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-header: <api-key>'
{
  "success": true
}

Authorizations

x-api-header
string
header
required

API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}

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