Delete the Execution and all Steps relating to it.
Executions of Studio flows
Delete the Execution and all Steps relating to it.
Path parameters
-
The SID of the Flow with the Execution resources to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^FW[0-9a-fA-F]{32}$
. -
The SID of the Execution resource to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^FN[0-9a-fA-F]{32}$
.
DELETE
/v2/Flows/{FlowSid}/Executions/{Sid}
curl \
--request DELETE 'https://studio.twilio.com/v2/Flows/{FlowSid}/Executions/{Sid}' \
--user "username:password"