cURL
Contact Endpoint
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.
DELETE
cURL
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 theDocumentation Index
Fetch the complete documentation index at: https://developer.notocat.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Contacts deleted