Storyden
Auth

O Auth Client Delete

Delete an OAuth client created by the authenticated account. This prevents new OAuth flows for the client and removes associated pending OAuth records and refresh tokens, preventing existing grants from being renewed. Existing JWT access tokens remain valid until expiry.

Delete an OAuth client created by the authenticated account.

This prevents new OAuth flows for the client and removes associated pending OAuth records and refresh tokens, preventing existing grants from being renewed. Existing JWT access tokens remain valid until expiry.

DELETE/auth/oauth/clients/{oauth_client_id}
storyden-session<token>

In: cookie

Path Parameters

oauth_client_id*string

OAuth client ID.

Formatxid

Response Body

application/json

application/json

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