cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/billing-accounts/{id}:remove-permission \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "permissionRole": "UNKNOWN", "userEmail": "<string>", "userId": "<string>" } '
{}
Revokes a user’s permission to access a billing account.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
UNKNOWN
OWNER
VIEWER
EDITOR
A successful response.
The response is of type object.
object