DELETE
/
access-tokens
/
{id}
curl --request DELETE \
  --url https://aws.s2.dev/v1/access-tokens/{id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Access token ID. It must be unique to the account and between 1 and 96 characters.