Delete order attachment

What is it for?

{id} in the URL → the order number. {attachment_id} in the URL → the attachment ID. First call GET /api/v1/client/orders/{id}/attachments and copy the "id" field of the file you want to delete.

Conditions

  • Requires authentication.

Parameters

Fill in the fields in Path Params as applicable.

Expected response

HTTP 204 → No content (deleted successfully)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

How to obtain it: use List orders or the id returned when creating the order.

integer
required

Attachment ID. Obtained by listing the order attachments.

Response
200

OK

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!