cURL
curl --request DELETE \ --url https://api.wapikit.com/api/campaigns/{id}
{ "data": true }
handles campaign deletion based on id
The id value of the campaign you want to delete.
OK
Was this page helpful?