Revoke an access token.
curl --request DELETE \
--url https://a.s2.dev/v1/access-tokens/{id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}access tokens
Revoke an access token.
Revoke an S2 access token by ID.
DELETE
/
access-tokens
/
{id}
Revoke an access token.
curl --request DELETE \
--url https://a.s2.dev/v1/access-tokens/{id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}Access token concepts
Review token scopes, permissions, expiry, and revocation behavior.
Revocation can take up to 10 minutes to propagate, due to caching.

