Skip to main content

Delete Uploaded Image

DELETE 

/api/delete-image

Removes a previously uploaded image (and its thumbnail) from SKU.io storage.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Body fields:

  • url (required, string) — the hosted URL (or storage path) returned by Upload Image

Destructive: the stored file is permanently deleted. Returns 400 when the file cannot be found at the given path.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type