Storyden
Auth

O Auth Refresh Token Delete

Revoke one OAuth refresh token issued to the authenticated account. This prevents future refresh-token use for the selected grant. Existing JWT access tokens remain valid until their expiry.

Revoke one OAuth refresh token issued to the authenticated account.

This prevents future refresh-token use for the selected grant. Existing JWT access tokens remain valid until their expiry.

DELETE/auth/oauth/tokens/{oauth_refresh_token_id}
storyden-session<token>

In: cookie

Path Parameters

oauth_refresh_token_id*string

OAuth refresh token ID.

Formatxid

Response Body

application/json

application/json

curl -X DELETE "https://loading/api/auth/oauth/tokens/cc5lnd2s1s4652adtu50"
Empty
{
  "error": "string",
  "error_description": "string"
}
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}