Remove an authorized user from a company.
Required permissions:
authorized_user:deleteA 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 ***************************
The ID of the authorized user or user to remove.
"ausr_xxxxxxxxxxxxx"
The ID of the company the authorized user belongs to. Optional if the authorized user ID is provided.
"biz_xxxxxxxxxxxxxx"
A successful response
Represents true or false values.