| Key | Type |
|---|---|
| image_template_id | Integer |
| Key | Type | Description |
|---|---|---|
| image_template | ImageTemplate | The deleted ImageTemplate |
| Status | Description |
|---|---|
404 | ImageTemplate does not exist |
{
"image_template": {}, // Image templates - see 'ImageTemplate record'
}curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v3/infinity-mall/offers/image_templates/1' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}