REST API
Infra APIDatabases

Disable native PostgreSQL access

POST/api/v1/databases/{db_id}/native-access/disable

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

db_id*string

Database ID

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/databases/string/native-access/disable"
{  "credential_generation": 0,  "password": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}