Path parameters
integer
required
The unique ID of the campaign to delete.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently deletes a campaign by ID. Returns 204 No Content on success. This action cannot be undone.
curl -X DELETE "https://reachowl.com/api/v1/campaigns/101" \
-H "Authorization: Bearer <token>"
HTTP/1.1 204 No Content
