Delete the Execution and all Steps relating to it

DELETE /v2/Flows/{FlowSid}/Executions/{Sid}

Executions of Studio flows

Delete the Execution and all Steps relating to it.

Path parameters

  • FlowSid string Required

    The SID of the Flow with the Execution resources to delete.

  • Sid string Required

    The SID of the Execution resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v2/Flows/{FlowSid}/Executions/{Sid}
curl \
 -X DELETE https://studio.twilio.com/v2/Flows/{FlowSid}/Executions/{Sid} \
 --user "username:password"