Campaigns
Cancel Campaign
Cancel a scheduled or in-flight campaign.
POST
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.mailofly.com/api/v1/campaigns/cmp_123/cancel \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": {
"id": "cmp_123",
"status": "cancelled"
}
}
Cancel a scheduled or in-flight campaign.
curl -X POST https://api.mailofly.com/api/v1/campaigns/cmp_123/cancel \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": {
"id": "cmp_123",
"status": "cancelled"
}
}
curl -X POST https://api.mailofly.com/api/v1/campaigns/cmp_123/cancel \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": {
"id": "cmp_123",
"status": "cancelled"
}
}