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.
-
The SID of the Execution resource to delete.
DELETE /v2/Flows/{FlowSid}/Executions/{Sid}
curl \
-X DELETE https://studio.twilio.com/v2/Flows/{FlowSid}/Executions/{Sid} \
--user "username:password"