Skip to main content
DELETE
/
api
/
v1
/
campaign
/
schedule
Cancel Scheduled Start
curl --request DELETE \
  --url https://api.deliveryman.ai/api/v1/campaign/schedule/ \
  --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

campaign_uid
string
required

UID of campaign to cancel scheduled start.

Response

Success

message
string
required