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://api.anchorbrowser.io/v1/projects/{projectId}/api-keys/{keyId} \ --header 'anchor-api-key: <api-key>'
{ "success": true }
Revokes an API key. The project’s default key cannot be deleted.
API key passed in the header
API key deleted successfully.
Was this page helpful?