Unauthorize Permissions From Client

Scopes
delete:resource

Path Parameters

resource_id
string
REQUIRED

Resource id

client_id
string
REQUIRED

Client id

Request Body

array<string>
REQUIRED

Array of Permission Ids

DELETE
/resources/{resource_id}/authorized_clients/{client_id}/permissions
1
2
3
4
5
Loading...
Response:
204
Loading...