delete_file
Remove files from Codeup repositories to manage codebase changes. Specify organization, repository, file path, branch, and commit message for version control.
Instructions
[Code Management] Delete a file from a Codeup repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| repositoryId | Yes | Repository ID or a combination of organization ID and repository name, for example: 2835387 or organizationId%2Frepo-name (Note: slashes need to be URL encoded as %2F) | |
| filePath | Yes | File path, needs to be URL encoded, for example: /src/main/java/com/aliyun/test.java | |
| commitMessage | Yes | Commit message | |
| branch | Yes | Branch name |