Skip to main content
DELETE
/
api
/
v1
/
email-sequence
Delete Email Sequence
curl --request DELETE \
  --url https://api.deliveryman.ai/api/v1/email-sequence/ \
  --header 'X-Api-Key: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.deliveryman.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Enter your API key in the format: X-Api-Key <your_key>

Query Parameters

sequence_id
integer
required

ID of the sequence to delete.

Response

Success

message
string
required