Delete a branch

DELETE /docs/{doc_id_or_slug}/branches/{id_or_slug}

Path parameters

  • doc_id string Required

    UUID or slug of a documentation which can be seen in the CI deployment settings page of your documentation

  • slug string Required

    UUID or slug of a branch which can be seen in the branches settings page of your documentation

Responses

  • 204

    Branch successfully deleted

  • 422

    The default branch can't be deleted

  • 404

    Branch not found

DELETE /docs/{doc_id_or_slug}/branches/{id_or_slug}
curl \
 -X DELETE https://bump.sh/api/v1/docs/{doc_id_or_slug}/branches/{id_or_slug} \
 -H "Authorization: Token $ACCESS_TOKEN"