Skip to main content
DELETE
/
api-keys
/
{id}
Delete an API key
curl --request DELETE \
  --url https://api.wavix.com/v1/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

id
integer
required

The unique ID of the API key on the Wavix platform

Response

The API key was deleted successfully.

success
boolean
Example:

true