Infra APIDatabases
Delete a backup
Deletes the backup file from GCS and the metadata record
DELETE
/api/v1/databases/{db_id}/backups/{backup_id}Deletes the backup file from GCS and the metadata record
Authorization
BearerAuth AuthorizationBearer <token>
Supabase JWT Bearer token
In: header
Path Parameters
db_id*string
Database ID
backup_id*string
Backup ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/databases/string/backups/string"{ "message": "string"}{ "error": "string", "message": "string"}{ "error": "string", "message": "string"}