Storyden
Admin

Admin O Auth Refresh Token Delete

Revoke an OAuth refresh token. This prevents future refresh-token use. Because Storyden OAuth access tokens are JWTs, any access token already issued from this grant remains valid until its normal expiry.

Revoke an OAuth refresh token.

This prevents future refresh-token use. Because Storyden OAuth access tokens are JWTs, any access token already issued from this grant remains valid until its normal expiry.

DELETE/admin/oauth/refresh-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

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