Skip to main content
DELETE
cURL

Headers

x-api-key
string
required

Your API key. This is required by most endpoints to access the API programmatically. You can view your x-api-key using the 'Profile' tab on the website.

Authorization
string
required

Bearer token for authentication (JWT).

Path Parameters

workflow_id
string<uuid>
required

The UUID of the workflow you want to delete.

Response

Successful Deletion. The server returns a JSON body about the removed workflow.

workflow
object

The deleted workflow object or confirmation details.