delete https://{tenanturl}/config/v1.0/mdm/mydevices
Delete your own device
Entitlements required: manageDevices.
Responses
204Successful Deletion
400Bad Request Exception
403Forbidden
404Not Found
500Internal Server Error
Delete your own device
Entitlements required: manageDevices.
204Successful Deletion
400Bad Request Exception
403Forbidden
404Not Found
500Internal Server Error
xxxxxxxxxx
curl --request DELETE \
--url https://tenant_url/config/v1.0/mdm/mydevices \
--header 'accept: application/json'