DELETE v1/dealer/{dealerId}/car360

Deletes one video for a specific Dealer.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dealerId

company (dealer) identifier

string

Required

Body Parameters

Delete model of type Car360DeleteModel

Car360DeleteModel
NameDescriptionTypeAdditional information
AdId

Ad Id

string

None.

VideoType

The attribute type for the Car360 video

Car360VideoType

None.

Request Formats

application/json, text/json

Sample:
{
  "adId": "sample string 1",
  "videoType": 0
}

application/xml, text/xml

Sample:
<Car360DeleteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Trader.DealerServices.Api.Models.Car360">
  <AdId>sample string 1</AdId>
  <VideoType>External</VideoType>
</Car360DeleteModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Task<IHttpActionResult>.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.