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

Documentation Index

Fetch the complete documentation index at: https://docs.wavix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

id
integer
required

API key ID.

Response

API key deactivated.

success
boolean
Example:

true