Delete Schedule Modifications
DELETE/v1/product/:product_id/schedule/:schedule_id/modification
Delete one or more schedule modifications
Request
Path Parameters
product_id uuidrequired
The product ID
schedule_id uuidrequired
The schedule 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...