Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.sendkit.dev/campaigns/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Invalid API key." }
Delete a campaign by ID. Only draft campaigns can be deleted.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The campaign ID.
Campaign deleted successfully