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
The response is of type object.
object
Was this page helpful?