delete_file
Delete a file from a Codeup repository by specifying organization, repository, file path, branch, and commit message.
Instructions
[Code Management] Delete a file from a Codeup repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Branch name | |
| filePath | Yes | File path, needs to be URL encoded, for example: /src/main/java/com/aliyun/test.java | |
| repositoryId | Yes | Repository ID, or org/repo path with slashes URL-encoded as %2F. e.g. 2835387 or myorg%2Fmyrepo | |
| commitMessage | Yes | Commit message | |
| organizationId | Yes | Organization ID |