object DeleteProductImageOutput

Fields

FieldTypeDescription
request_idString
complexityInt
removedBoolean

Whether an image matching the given src was removed from the product

Referenced By

Example

{
  "request_id": "abc123",
  "complexity": 987,
  "removed": true
}