cURL
curl --request DELETE \ --url https://api.phaseo.app/v1/management/keys/{id} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "message": "<string>" }
Permanently delete a management API key.
Bearer token authentication
The management API key ID
Key deleted successfully
true
Was this page helpful?