Delete entity from QuotationStatusChangeActions
DELETE/QuotationStatusChangeActions(:id)
Delete entity from QuotationStatusChangeActions
Request
Path Parameters
id uuidrequired
Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
key: id of QuotationStatusChangeAction
Header Parameters
If-Match string
ETag
Responses
- 204
- default
Success
error
- */*
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
code stringrequired
message stringrequired
target string
details
object[]
code stringrequired
message stringrequired
target string
innererror object
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}
Loading...