Revoke Service Account
Revokes the token associated with given service account URN, invalidates any existing sessions.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/serviceAccounts/{id}/revoke
COPY
Path Parameters
string
id
Required
Service account ID URN
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/serviceAccounts/{id}/revoke
Availability
Added in 37.0
Service Account Operations
GET
Query Service Accounts
GET
Get Service Account
PUT
Update Service Account
DELETE
Delete Service Account
POST
Revoke Service Account
POST
Take Ownership