Delete Overlay Modifications
DELETE/v1/product/:product_id/overlay/:overlay_id/modification
Delete one or more overlay modifications
Request
Path Parameters
product_id uuidrequired
The product ID
overlay_id uuidrequired
The overlay ID
Query Parameters
modification_ids uuid[]required
List of modification IDs to delete
Responses
- 204
- 422
Successful Response
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...