API Keys
Bulk delete API Keys for the authenticated user
Delete multiple API keys in a single request.
DELETE
Bulk delete API Keys for the authenticated user
Previous
Execute SQL queryExecute a single SQL query or a batch of queries against a PostgreSQL branch.
**Authentication:** send the branch's PostgreSQL connection string in the
`Connection-String` header. The control-plane API key (Bearer token) is
**not** accepted on the gateway host.
**Routing:** the target branch, region, and endpoint type are taken from the
hostname embedded in the connection string, which must match the request host.
See the `Connection-String` security scheme for the host format.
**Single query:** provide `query` (and optional `params`) at the top level.
**Batch:** provide `queries` as an array of query objects, or send the request body
as a JSON array. Batch queries execute within a single transaction.
Next
Bulk delete API Keys for the authenticated user