Skip to main content
DELETE
/
workflows
/
{id}
Delete workflow
curl --request DELETE \
  --url https://api.maildiver.com/v1/workflows/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Cannot delete active workflow",
  "message": "Please pause the workflow before deleting it. Active workflows may have in-flight executions."
}

Authorizations

Authorization
string
header
required

API key with format "Bearer {your-api-key}"

Path Parameters

id
string
required

Unique identifier of the workflow

Response

Workflow successfully deleted