Skip to main content

Delete Comment

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).

Path Parameters
id string REQUIRED

Splitit dispute id

commentId string REQUIRED

Comment id within dispute

Responses
200
Schema OPTIONAL
Errors object[] OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
StatusCode int32
TraceId string OPTIONAL
IsSuccess boolean
Comment object
CommentId string
Text string
CommentAt date-time
401
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
403
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
404
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
500
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
deprecated