Workflows
Delete Workflows by ID
Deletes the specified workflow by ID (could be a soft-delete or permanent, depending on server logic). Requires both JWT and x-api-key.
DELETE
Headers
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.
Bearer token for authentication (JWT).
Path Parameters
The UUID of the workflow you want to delete.
Response
200
application/json
Successful Deletion. The server returns a JSON body about the removed workflow.
The deleted workflow object or confirmation details.