Skip to main content
Delete workflow
curl --request DELETE \
  --url https://api.maildiver.com/v1/workflows/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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