Delete a sequence and its automation nodes
cURL
curl --request DELETE \ --url https://api.sequenzy.com/api/v1/sequences/{sequenceId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Sequence deleted", "sequenceId": "seq_abc123" }
Documentation IndexFetch the complete documentation index at: https://docs.sequenzy.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sequenzy.com/llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE "https://api.sequenzy.com/api/v1/sequences/seq_abc123" \ -H "Authorization: Bearer seq_live_xxx"