Storyden
Auth

Access Key Delete

Revoke an access key. This will immediately invalidate the key and it will no longer be usable for authentication.

Revoke an access key. This will immediately invalidate the key and it will no longer be usable for authentication.

DELETE/auth/access-keys/{access_key_id}
storyden-session<token>

In: cookie

Path Parameters

access_key_idstring

Access key ID.

Formatxid

Response Body

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