cURL
curl --request DELETE \ --url https://api.example.com/v1/workflows/{workflow_id} \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Permanently delete a workflow and all associated resources
202 Accepted
curl -X DELETE -H "x-api-key: <your-api-key>" \ "https://api.xpander.ai/v1/workflows/<workflow-id>"
API Key for authentication
Successful Response
Was this page helpful?
Contact support