delete multiple laptopowner mappings
Select
SaaS
Customer Managed
API is used to delete multiple laptopowner mappings
- application/json
Request Body
List of laptop owner mappings ids which needs to be deleted
- laptopOwnerMapping int32[] required
Accepts list of laptop owner mapping ids to be deleted
Responses
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...