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.kejue.co/api/v1/campaigns/{campaign_id} \ --header 'X-API-Key: <api-key>'
{ "error": "Campaign cannot be deleted in current status", "code": "BAD_REQUEST", "details": {} }
Delete a campaign. Must be in draft, cancelled, completed, or failed status.
Workspace API key (e.g. kej_live_...)
kej_live_...
Successful Response