Delete API Token
Deletes API Token given by API token id.
Deletes API Token given by API token id.
Request
URI
DELETE
https://{api_host}/acs/t/{tenant}/api-tokens/{id}
COPY
Path Parameters
string
id
Required
The API token identifier
string
tenant
Required
The VMware Identity Services tenant ID
tenant example
my-tenant
Responses
204
API Token deleted successfully
Operation doesn't return any data structure
400
Request contains invalid information
Operation doesn't return any data structure
401
Unauthorized access
Operation doesn't return any data structure
404
Not found
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/acs/t/{tenant}/api-tokens/{id}