Delete a Device
delete
/api/device/Devices/{id}
Request
Path Parameters
-
id(required): integer(int32)
Device ID
There's no request body for this operation.
Back to TopResponse
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
object-
message: string
Response message in textExample:
Added record -
success: boolean
Success or failure responseExample:
true
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object-
errors: array
errors
List of errors reported. Validation errors will be keyed by record field.
-
message: string
Response message in textExample:
Exception thrown -
success: boolean
Success or failure responseExample:
false
Nested Schema : errors
Type:
arrayList of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type:
object