Skip to main content
DELETE
Beta. The order asset management endpoints are in active development. The request and response shapes shown here are stable for production use, but we may add new fields or capabilities without notice. Contact support to be notified of breaking changes.
Remove assets that were previously attached to an order via Attach Assets to Order. This only affects custom (order-level) assets — product-level assets linked through digital products are not affected.

Path parameters

string
required
The order’s unique identifier (UUID).

Request body

array
required
An array of asset UUIDs to detach from the order. IDs that are not currently attached are silently ignored.

Response

Returns 204 No Content on success.