Endpoint
DELETEhttps://api.graine.ai/api/v1/campaigns/{campaign_id}
Documentation Index
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}
| Parameter | Type | Required | Description |
|---|---|---|---|
campaign_id | string | Yes | Campaign to delete |
| Header | Required | Description |
|---|---|---|
Authorization | Yes | 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" }