Authorized users

Delete authorized user

Remove an authorized user from a company.

Required permissions:

  • authorized_user:delete
delete/authorized_users/{id}

Path parameters

idstring required
Example:ausr_xxxxxxxxxxxxx

The ID of the authorized user or user to remove.

Query parameters

account_idstring

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

boolean required

Represents true or false values.

Changes

Changed in 1 of the 74 revisions of this API.11

    • ●

      deleted the query request parameter company_id

      request-parameter-removed

    • ○

      added the new optional query request parameter account_id

      new-optional-request-parameter

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 74 revisions, 1 has no diff computed.