Skip to main content
DELETE
Delete users in bulk

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Query Parameters

user_id
required

One or more external_id values to delete. Supply repeated user_id query params for multiple values.

Example:

Response

The batch was accepted for asynchronous processing.

Empty response body. Returned with HTTP 204 when an operation is accepted for processing.