Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
api-keys
/
{keyId}
Delete Project API Key
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/projects/{projectId}/api-keys/{keyId} \
  --header 'anchor-api-key: <api-key>'
{
  "success": true
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

projectId
string
required
keyId
string
required

Response

API key deleted successfully.

success
boolean