Bancoagrícola Logo
RefundsTokenization

Country:

DELETE

/v1/chargebacks/{id}/attachments/{attachment-key}

Eliminar archivo adjunto de un Contracargo

Marca un archivo adjunto como eliminado

URL Parameters

id

string
required

Identificador único de un contracargo

example

attachment-key

string
required

Identificador único del archivo adjunto

example

Response Examples

204

Archivo eliminado exitosamente

400

400

Language

Login required to test API

Code Examples

cURL

curl -X DELETE "https://api.akua.la/v1/chargebacks/example_value/attachments/example_value" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}''