delete template for given dealer and identifier in elastic search
delete template for given dealer and identifier in elastic search
Path Parameters
dealerUUID string required
templateType string required
templateUuid string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
requestUuid string
requestStatus boolean
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"requestUuid": "string",
"requestStatus": true,
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...