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.
Permanently delete a campaign
https://api.graine.ai/api/v1/campaigns/{campaign_id}
campaign_id
Authorization
Bearer gat_<token>
curl -X DELETE "https://api.graine.ai/api/v1/campaigns/cmp_abc123" \ -H "Authorization: Bearer gat_your_token"
{ "detail": "Campaign not found" }