Skip to main content
DELETE

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
The id of the campaign to delete.

Response

Returns a confirmation that the campaign was deleted.
boolean
Indicates whether the request was successful.
string
Confirmation message.Example: "Campaign deleted successfully"

Error Responses

object
Returned when the campaign is not in draft status.
object
Returned when no campaign with the given ID exists on the project.