cURL
curl --request PATCH \ --url https://api.wavix.com/v1/api-keys/{id}/deactivate \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deactivates an API key. Once deactivated, the API key cannot be used for authentication.
Bearer token using appid (Authorization: Bearer )
API key ID.
API key deactivated.
true