Skip to main content

Delete Evidence

For an open dispute, you have the ability to delete previously submitted evidence. It can be deleted up until the due date of the dispute (you can receive DueDate back from the Get endpoints). After the due date, an error will be returned. Note that you can delete one or more pieces of evidence with a single call.

Path Parameters
id string REQUIRED

Splitit dispute id

Request Body
Ids string[] REQUIRED

list of evidence ids to delete

Responses
200
Schema OPTIONAL
Errors object[] OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
StatusCode int32
TraceId string OPTIONAL
IsSuccess boolean
Chargeback object
Id string
DisputeCreatedDate date-time
DueDate date-time
InstallmentPlanNumber string
InstallmentNumber int64
PlanStatus string
TransactionId string
MerchantName string
TotalPlanAmount object
Amount number
CurrencyCode string
DisputeAmount object
Amount number
CurrencyCode string
Status DisputeStatus

Possible values: [Open, Won, Lost, Closed, Other, Pending]

PlanActivatedDate date-time OPTIONAL
ReasonCode string
Evidences object[]
EvidenceId string
UploadedAt date-time
FileName string
FileType string
Comments 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