delete
https://maestro.dadosfera.ai/api-key/
Permanently deletes an API key by its ID.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Delete API Key
Use this route to permanently revoke and delete an API key. Once deleted, any request using that key will be rejected. This action cannot be undone.
Path parameters
id(required): the UUID of the API key to delete.
Error scenarios
| Code | Error | Description |
|---|---|---|
| 401 | Unauthenticated | Invalid or missing access-token header |
| 403 | Forbidden | User does not have permission to delete API keys |
| 404 | Not Found | No API key found with the given ID |
| 500 | Internal Server Error | Unknown server error |
200API key deleted successfully
