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

Authorizations

x-api-key
string
header
required

Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.

Path Parameters

projectId
string
required

The project ID

keyId
integer
required

The API key ID to delete

Response

200 - application/json

API key deleted

success
boolean