Skip to main content

Delete list of automated template for a dealer


ApiScope: manage.dealer.write
API Scope Level: DealerScope
Path Parameters
    ServiceSubscriberDealer string required
Request Body required
    templateUuids string[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
DELETE /v2/dealer/:ServiceSubscriberDealer/automatedTemplates

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDealer — path required
Body required
{
"templateUuids": [
"string"
]
}
Accept
curl / cURL
curl -L -X DELETE '/manage/v2/dealer/:ServiceSubscriberDealer/automatedTemplates' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"templateUuids": [
"string"
]
}'