v1

latestOpenAPI 3.0.32026-07-264469137.7 KB
Media

Delete an upload

Delete an upload that has not yet been linked to any resource. Returns a 409 if the upload is already attached to a product.

delete/v1/utilities/uploads/{upload_id}

Path parameters

upload_idstring required

Response

Upload deleted

upload_idstring
deletedboolean

Example response

{
  "upload_id": "upl_4f3e2d1c",
  "deleted": true
}