Path parameters
-
UUID or slug of a documentation which can be seen in the Automatic Deployment settings page of your documentation
-
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 \
-X DELETE https://bump.sh/api/v1/docs/{doc_id_or_slug}/branches/my-branch \
-H "Authorization: Token $ACCESS_TOKEN"