Skip to main content

Delete attachment from a dispute

delete/disputes/{disputeId}/attachments/{attachmentId}

Removes the attachment from the raised dispute. Adyen may keep this file for compliance purposes.

Endpoint destination URL
Click to copy
attachmentIdstringRequired

The unique identifier of the attachment.

disputeIdstringRequired

The unique identifier of the raised dispute.

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 204

    The attachment was successfully removed

  • 401

    Authentication required.

  • 403

    Insufficient permissions to process the request.

  • 422

    A request validation error.