Skip to main content
DELETE
/
orders
/
{orderId}
/
attachments
/
{attachmentId}
Delete order
curl --request DELETE \
  --url https://api.quivo.co/orders/{orderId}/attachments/{attachmentId}
This response has no body data.

Path Parameters

orderId
integer<int64>
required

The unique identifier for an order.

attachmentId
integer<int64>
required

The unique identifier for an attachment associated with an order.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.