Skip to content
No results found.

Unauthorize Permissions from Client

Scopes
delete:resource

Path Parameters

client_id
string
Required

Client identifier

resource_id
string
Required

Resource identifier

Request Body

array<string>

List of permission ID's to be unauthorized

DELETE
/resources/{resource_id}/authorized_clients/{client_id}/permissions
cURL
cURLC#DartGoJavaJavaScriptPHPPythonRubyRustSwift
1
2
3
4
5
Loading...
Response
204
Operation Successful
Loading...