DeleteBranch
Deletes a Supabase branch.
Operation description
Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. This parameter is required when you create a primary branch. When you create a child branch, the region is inherited from the primary branch by default. |
cn-beijing |
| BranchId |
string |
Yes |
The branch ID that uniquely identifies a Supabase branch. |
br-xxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
ABB39CC3-4488-4857-905D-2E4A051D**** |
Examples
Success response
JSON format
{
"RequestId": "ABB39CC3-4488-4857-905D-2E4A051D****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.