Skip to content

Delete Event

Deletes a marketing event — the Delete row action on the admin Marketing → Communications → Events screen.

TIP

New here? Read the Events overview for what an event does and how its fields behave.

Endpoint

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

Details

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

Released under the MIT License.