Delete a project branch
DELETE/v0/projects/{project}/branches/{branch}
Delete a project branch by name.
Path Parameters
project: optional string
branch: string
Delete a project branch
curl https://api.stainless.com/v0/projects/$PROJECT/branches/$BRANCH \
-X DELETE \
-H "Authorization: Bearer $STAINLESS_API_KEY"{}Returns Examples
{}