...
Info |
---|
|
When using the token in the URI path, the operation must be authenticated using either the token within a Cookie header or by using a valid user and password in an Authentication header with the request. The audit log will reflect the name of user that owns the token if the cookie is used or the name of the authenticated user if HTTP basic authentication is used. |
...
Using the tokens discovered during the listing operation, the token administrator then issues deletes for each of the tokens in exactly the same way the user would delete deletes their own tokens.
Code Block |
---|
language | xml |
---|
title | Deleting token |
---|
|
DELETE http://{domain}/.TOKEN/b71805b6c862860bfed892c653cbc4b5
Auth: superuser@admindomain.example.com:superpassword
HTTP/1.1 200 OK
Gateway-Request-Id: 4628361DE8318726
Content-Length: 0 |
...