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
- 200
- 401
- 403
- 404
- 500
- deprecated
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Errors
object[]
Codestring
Messagestring
AdditionalInfostring
StatusCodeint32required
TraceIdstring
IsSuccessbooleanrequired
Comment
object
required
CommentIdstringrequired
Textstringrequired
CommentAtdate-timerequired
{
"Errors": [
{
"Code": "string",
"Message": "string",
"AdditionalInfo": "string"
}
],
"StatusCode": 0,
"TraceId": "string",
"IsSuccess": true,
"Comment": {
"CommentId": "string",
"Text": "string",
"CommentAt": "2024-07-29T15:51:28.071Z"
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
Codestring
Messagestring
AdditionalInfostring
ExtraData
object
property name*string
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
Codestring
Messagestring
AdditionalInfostring
ExtraData
object
property name*string
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
Codestring
Messagestring
AdditionalInfostring
ExtraData
object
property name*string
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
Codestring
Messagestring
AdditionalInfostring
ExtraData
object
property name*string
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}