Delete dispute evidence

Deletes dispute evidence by ID. Read our disputes guide to learn more.

To use this endpoint from the browser, you’ll need to specify the /accounts/{your-account-id}/transfers.write scope when generating a token.
DELETE
/accounts/{accountID}/disputes/{disputeID}/evidence/{evidenceID}
cURL Go
1
2
curl -X DELETE "/accounts/{accountID}/disputes/{disputeID}/evidence/{evidenceID}"
  -H "Authorization: Bearer {token}" \
1
2
3
4
5
6
7
mc, _ := moov.NewClient()

var accountID string
var disputeID string
var evidenceID string

mc.DeleteDisputeEvidence(ctx, accountID, disputeID, evidenceID)
204 401 403 404 409 422 429
Successful empty response for unauthorized or any other returned http status code.
No authentication or it has expired
The user is not authorized to make the request.
Request received, but resource was not found.
Dispute status not response-needed
The request body could not be processed.
Request was refused due to rate limiting.

Retry-After

number

Path parameters

accountID

string <uuid> required
ID of the account.

disputeID

string <uuid> required
ID of dispute

evidenceID

string <uuid> required
ID of evidence