DELETE
curl -i -X DELETE \
'https://api.producao.aprova.com.br/hub-api/api-keys/revoke?id=key_123' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "success": true, "message": "API Key revogada com sucesso" }
curl -i -X DELETE \
'https://api.producao.aprova.com.br/hub-api/api-keys/revoke?id=key_123' \
-H 'Authorization: YOUR_API_KEY_HERE'{ "success": true, "message": "API Key revogada com sucesso" }