cURL
curl --request DELETE \ --url https://api.wavynode.com/v1/projects/{projectId}/keys/{keyId} \ --header 'x-api-header: <api-key>'
{ "success": true }
Deletes an API key for a given project.
API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}
The project ID
The API key ID to delete
API key deleted