Path parameters
-
doc_id_or_slug
string Required UUID or slug of a documentation which can be seen in the Automatic Deployment settings page of your documentation
-
slug
string Required Slug of a branch which can be seen in the branches settings page of your documentation
DELETE
/docs/{doc_id_or_slug}/branches/{slug}
curl \
--request DELETE 'https://bump.sh/api/v1/docs/{doc_id_or_slug}/branches/my-branch' \
--header "Authorization: Token $ACCESS_TOKEN"