Path parameters
-
The SID of the Workspace with the Workflow to delete.
-
The SID of the Workflow resource to delete.
DELETE /v1/Workspaces/{WorkspaceSid}/Workflows/{Sid}
curl \
-X DELETE https://taskrouter.twilio.com/v1/Workspaces/{WorkspaceSid}/Workflows/{Sid} \
--user "username:password"