Skip to main content
DELETE
/
authorized_users
/
{id}
Delete authorized user
curl --request DELETE \
  --url https://api.whop.com/api/v1/authorized_users/{id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Path Parameters

id
string
required

The ID of the authorized user or user to remove.

Example:

"ausr_xxxxxxxxxxxxx"

Query Parameters

company_id
string | null

The ID of the company the authorized user belongs to. Optional if the authorized user ID is provided.

Example:

"biz_xxxxxxxxxxxxxx"

Response

A successful response

Represents true or false values.