cURL
curl --request DELETE \ --url https://api.wavynode.com/v1/projects/{projectId}/keys/{keyId} \ --header 'x-api-key: <api-key>'
{ "success": true }
Deletes an API key for a given project.
Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.
ApiKey
ApiKey wavy_your-api-key
The project ID
The API key ID to delete
API key deleted