Skip to main content
DELETE
Remove an account's access

Authorizations

Authorization
string
header
required

OAuth 2.0 client-credentials flow. Request an access token from the token endpoint and send it as Authorization: Bearer <token>.

Path Parameters

id
string
required

Global id of the assigned application.

accountId
string
required

Global id of the account to act on.

Response

The change was accepted and is being applied. Poll the returned job for its outcome.

A reference to the job applying an accepted change.

jobId
string<uuid>
required

Id of the job applying this change.

Example:

"9f2b1c7e-5a84-4d6b-9c31-0e7f8a2d4b16"

self
string
required

Path of the job, the same value as the Location header.

Example:

"/v1/action-jobs/9f2b1c7e-5a84-4d6b-9c31-0e7f8a2d4b16"