panelica_databases_post_v1_databases_id_revoke
Revoke database access by providing the database ID. This action removes permissions or invalidates credentials for the specified database, helping manage security and access control.
Instructions
Create revoke
HTTP: POST /v1/databases/:id/revoke Category: Databases Required scopes: databases:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | No | Request body (application/json). Schema not statically declared — see API docs. |