Skip to main content
DELETE
/
disputes
/
evidence
Disputes - Delete Evidence attached to a Dispute
curl --request DELETE \
  --url https://sandbox.hyperswitch.io/disputes/evidence \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "dispute_id": "<string>"
}
'

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Body

application/json
dispute_id
string
required

Id of the dispute

evidence_type
enum<string>
required
Available options:
cancellation_policy,
customer_communication,
customer_signature,
receipt,
refund_policy,
service_documentation,
shipping_documentation,
invoice_showing_distinct_transactions,
recurring_transaction_agreement,
uncategorized_file

Response

Evidence deleted from a dispute