Campaigns
Delete Campaign
Permanently delete a campaign by ID using the AutoSend API.
DELETE
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
The id of the campaign to delete.
Response
Returns a confirmation that the campaign was deleted.Indicates whether the request was successful.
Confirmation message.Example:
"Campaign deleted successfully"Error Responses
Returned when the campaign is not in draft status.
Returned when no campaign with the given ID exists on the project.