curl --request DELETE \
--url https://api.easierprop.com/admin/keys/{id} \
--header 'Authorization: Bearer <token>'{
"ok": true
}Permanently revoke an API key. All accounts associated with this key will no longer be accessible.
curl --request DELETE \
--url https://api.easierprop.com/admin/keys/{id} \
--header 'Authorization: Bearer <token>'{
"ok": true
}