Skip to main content
DELETE
Delete a user

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.

Path Parameters

userId
string
required

Numeric ID (admin scope) or user external_id (project scope) — the route resolves both.

Example:

"cust-9f4b21"

Response

The deletion was accepted for asynchronous processing.

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