Delete driver sites
x-ms-visibility: "important"
Remove multiple sites associated with a driver.
Path Parameters
driverId int64 required
Unique driver identifier.
application/json
Request Body required
List of site IDs to remove.
siteIds int64[]
Responses
- 200
- 400
- 404
- 500
Sites removed from driver successfully.
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
Driver not found.
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...