Bulk delete email-only users
Delete up to 100 email-only users in a single request, identified by ID, by email, or a mix of both. Deleting an email-only user also removes them as a recipient from every schedule they receive.
If a request includes unknown or previously-deleted users, these users will be reported as notFound without blocking the rest of the request.
Use the Delete users endpoint to delete standard users and Delete embed users to delete embed users.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Body
- Option 1
- Option 2
Email addresses of the email-only users to delete
1IDs of the email-only users to delete. Use the List email-only users endpoint to retrieve IDs.

