Disable a local profile on eUICC devices. The default or boot profile will become the enabled profile.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Update state
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/devices/profile/actions/disable" \ -H "Content-Type: application/json" \ -d '{ "devices": [ { "deviceIds": [ { "kind": "eid", "id": "678912789123453456784008666456" }, { "kind": "iccid", "id": "78425989148000000840" } ] } ], "accountName": "1223334444-00001", "smsrOid": "1.3.6.1.4.1.31746.1.500.200.101.5" }'{ "requestId": "595f5c44-eeee-ffff-gggg-020a1545a84d"}{ "errorCode": "400", "errorMessage": "a description of the error"}