cURL
curl --request DELETE \ --url https://api.wavix.com/v1/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes an API key. The API key will be soft-deleted and can no longer be used for authentication. This action cannot be undone.
Bearer token using appid (Authorization: Bearer )
The unique ID of the API key on the Wavix platform
The API key was deleted successfully.
true
Was this page helpful?