Skip to content

Delete Newsletter Subscriber

Deletes a newsletter subscriber — the Delete row action on the admin Marketing → Communications → Newsletter Subscribers screen. When the subscriber is linked to a registered customer, that customer's newsletter preference is set to unsubscribed before the row is removed.

TIP

New here? Read the Newsletter Subscribers overview for what a subscriber is and how its fields behave.

Endpoint

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

Details

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

Released under the MIT License.