Delete dispute evidence
DELETE
/v2/disputes/{dispute_id}/evidence/{evidence_id}
Removes specified evidence from a dispute.
Square does not send the bank any evidence that is removed. Also, you cannot remove evidence after submitting it to the bank using SubmitEvidence.
Permissions
DISPUTES_WRITE
Try in API Explorer
Name | Description |
---|---|
dispute_
Required
|
The ID of the dispute you want to remove evidence from. |
evidence_
Required
|
The ID of the evidence you want to remove. |
Response Fields
Name | Description |
---|---|
errors
|
Information about errors encountered during the request. |
Examples
DELETE
/v2/disputes/{dispute_id}/evidence/{evidence_id}
cURL
- cURL
- Ruby
- Python
- C#
- Java
- PHP
- Node.js
curl https://connect.squareup.com/v2/disputes/dispute_id0/evidence/evidence_id1 \
-X DELETE \
-H 'Square-Version: 2022-05-12' \
-H 'Authorization: Bearer ACCESS_TOKEN' \
-H 'Content-Type: application/json'
Response JSON
{}