Skip to main content

DeleteRepoConent

Delete Repo Content

Request Body
  • message string

    commit message

  • sha string

    File SHA value to be deleted

  • branch string

    branch name, default:repository's default branch

  • committer object

    commitor. Default value - The currently authenticated user.

  • name string

    The name of the commitor. If you omit this field, you will receive a 422 status code.

  • email string

    commitor's email. If you omit the email, you will receive a 422 status code.

  • date string
  • author object

    commitor. Default value - The currently authenticated user.

  • name string

    The name of the commitor. If you omit this field, you will receive a 422 status code

  • email string

    commitor's email. If you omit the email, you will receive a 422 status code.

  • date string
Responses

OK

Loading...