Skip to content

Delete Campaign

Deletes a campaign — the Delete row action on the admin Marketing → Communications → Campaigns screen.

TIP

New here? Read the Campaigns overview for what a campaign does and how its fields behave.

Endpoint

EndpointMethod
/api/admin/marketing/campaigns/{id}DELETE

Details

  • Requires an admin Bearer token and the marketing.communications.campaigns.delete permission.
  • Returns a success message on completion.
  • An unknown id returns a 404.

Released under the MIT License.