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.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
UNKNOWN
OWNER
VIEWER
EDITOR
A successful response.
The response is of type object.
object