Skip to main content
DELETE

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Body

application/json
emails
string<email>[]
required

Email addresses of the email-only users to delete

Minimum array length: 1
Example:
userIds
string<uuid>[]

IDs of the email-only users to delete. Use the List email-only users endpoint to retrieve IDs.

Example:

Response

The email-only users that were deleted, and any identifiers that didn't match an email-only user in your organization.

deleted
object[]
required

The email-only users that were deleted

notFound
object
required

Requested identifiers that didn't match an email-only user in the organization