cURL
curl --request DELETE \ --url https://aws.s2.dev/v1/access-tokens/{id} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "message": "<string>" }
Revoke an access token.
Documentation IndexFetch the complete documentation index at: https://s2.dev/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://s2.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Bearer <token>
<token>
Access token ID.
1 - 96