Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{defaultHost}/v1/apps/{app_id}/api_keys/{id} \ --header 'Authorization: Bearer <token>'
{ "api_key": { "id": "<string>", "nickname": "<string>", "created_at": "2023-11-07T05:31:56Z", "token": "<string>", "revoked_at": "2023-11-07T05:31:56Z" } }
Revoke an API key
API Secret token
App ID
API key ID
successful
Show child attributes
Was this page helpful?