For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DiscordPlatform
DocumentationIntegrationsAPI referenceSDKsChangelog
DocumentationIntegrationsAPI referenceSDKsChangelog
  • API Reference
      • POSTCreate an API key
      • GETList API keys
      • GETRetrieve an API key
      • PATCHUpdate an API key
      • DELDelete an API key
  • Reference
    • Filters API Reference
LogoLogo
DiscordPlatform
API ReferenceTemporary API Keys

Delete an API key

DELETE
https://api.respan.ai/api/temporary-keys/:id/
DELETE
/api/temporary-keys/:id/
$curl -X DELETE https://api.respan.ai/api/temporary-keys/id/ \
> -H "Authorization: Bearer sk_live_xxxxx"
Delete an API key. This action is irreversible.
Was this page helpful?
Previous

List credit transactions

Next
Built with

Path parameters

idstringRequired
The ID of the temporary API key to delete.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Errors

401
Unauthorized Error
404
Not Found Error