Skip to main content
DELETE
JavaScript

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example 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.