Learn how to delete contacts from your newsletter using the Notocat API. This guide covers the DELETE /contacts endpoint, allowing you to remove unwanted subscriber data efficiently.
subscribed
query parameter with the value true
.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of newsletter to delete contacts from
By default, only contacts that are not subscribed are deleted. If you want to delete all contacts, you can pass the subscribed
query parameter with the value true
.
Contacts deleted
The response is of type object
.