cURL
curl --request DELETE \ --url https://api.openmic.ai/v1/campaigns/{campaign_id} \ --header 'Authorization: Bearer <token>'
API key authentication. Include your API key in the Authorization header as: Authorization: Bearer <your-api-key>
Authorization: Bearer <your-api-key>
Campaign deleted
Was this page helpful?