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.
**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