cURL
curl --request DELETE \ --url https://atoms-api.smallest.ai/api/v1/campaign/{id} \ --header 'Authorization: Bearer <token>'
{ "status": true }
Delete a campaign
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the campaign
Campaign deleted successfully
The response is of type object.
object