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 until it is activated again.
Bearer token using appid (Authorization: Bearer )
The unique ID of the API key on the Wavix platform
The API key was deactivated successfully.
true
Was this page helpful?