bb_delete_file
Delete a file from a Bitbucket branch and commit the change automatically. Specify the branch and file path; the commit message is 'Delete ' unless a custom message is provided.
Instructions
Remove a file from 'branch' with a commit. The commit message is 'Delete ' by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| branch | Yes | ||
| message | No | ||
| repoSlug | Yes | ||
| projectKey | Yes |