Delete a Campaign
Soft deletes a campaign and moves it to the trash.
The campaign can be undeleted in either the DailyStory UI or by updating the campaign's status to Active using the Create or Update a Campaign API.
Path Parameters
idnumberrequired
The id of the campaign to mark as deleted.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {}
}