Device deployment - Delete DeviceBatches
DELETE https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/deviceBatches/{deviceBatch_id}/devices/{device_id}
URI-parameters
| Name | In | Vereist | Type | Description |
|---|---|---|---|---|
|
customer_id
|
path | True |
string |
De klant-id. |
|
device_id
|
path | True |
string |
De id van het apparaat dat moet worden verwijderd. |
|
device
|
path | True |
string |
De batch-id van het apparaat. |
|
version
|
path | True |
string |
Aanvraagkoptekst
| Name | Vereist | Type | Description |
|---|---|---|---|
| Authorization | True |
string |
Bearer-token voor autorisatie |
| ms-correlationid |
string |
Wordt intern gebruikt voor het bijhouden van aanvragen. Als er geen ms-correlationid is opgegeven, genereert de server een nieuwe voor elke aanvraag |
|
| ms-cv |
string |
Wordt intern gebruikt voor het bijhouden van aanvragen. Als er geen ms-cv is opgegeven, genereert de server een nieuwe voor elke aanvraag |
|
| ms-requestid |
string |
Wordt gebruikt voor idempotentie van aanvragen. Als er geen ms-requestid is opgegeven, genereert de server een nieuwe voor elke aanvraag |
Antwoorden
| Name | Type | Description |
|---|---|---|
| 200 OK |
object |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
| 204 No Content |
Het apparaat is verwijderd. Media Types: "application/json", "text/json", "application/xml", "text/xml" |