Delete Contact
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.
This endpoint can be used to delete contacts from a workspace in bulk. This action is irreversible.
By default, the endpoint will only delete contacts that are not subscribed. If you want to delete all contacts, you can pass the subscribed
query parameter with the value true
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
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
.
Response
Was this page helpful?