Skip to main content

Delete Comment

DELETE 

/api/chargebacks/:id/delete-comment/:commentId

You can delete a comment up until your dispute's due date (after the due date, an appropriate error will be returned). A successful response will include the single comment that was deleted (not all comments).

Request

Path Parameters

    id stringrequired

    Splitit dispute id

    commentId stringrequired

    Comment id within dispute

Responses

Response Headers

    Schema

      Errors

      object[]

    • Array [

    • Code string
      Message string
      AdditionalInfo string
    • ]

    • StatusCode int32required
      TraceId string
      IsSuccess booleanrequired

      Comment

      object

      required

      CommentId stringrequired
      Text stringrequired
      CommentAt date-timerequired
    Loading...