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
requestUuid string
requestStatus boolean
errors object[]
warnings object[]
{
"requestUuid": "string",
"requestStatus": true,
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
DELETE /dealer/:dealerUUID/type/:templateType/template/:templateUuid/index
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X DELETE '/communications/dealer/:dealerUUID/type/:templateType/template/:templateUuid/index' \
-H 'Accept: application/json'
python / requests
curl -L -X DELETE '/communications/dealer/:dealerUUID/type/:templateType/template/:templateUuid/index' \
-H 'Accept: application/json'
go / native
curl -L -X DELETE '/communications/dealer/:dealerUUID/type/:templateType/template/:templateUuid/index' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X DELETE '/communications/dealer/:dealerUUID/type/:templateType/template/:templateUuid/index' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X DELETE '/communications/dealer/:dealerUUID/type/:templateType/template/:templateUuid/index' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X DELETE '/communications/dealer/:dealerUUID/type/:templateType/template/:templateUuid/index' \
-H 'Accept: application/json'
php / cURL
curl -L -X DELETE '/communications/dealer/:dealerUUID/type/:templateType/template/:templateUuid/index' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X DELETE '/communications/dealer/:dealerUUID/type/:templateType/template/:templateUuid/index' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X DELETE '/communications/dealer/:dealerUUID/type/:templateType/template/:templateUuid/index' \
-H 'Accept: application/json'