cURL
curl --request POST \ --url https://api.example.com/api/partners/v2.0/org/{org_id}/users/{user_id}/devices/{device_id}/deactivate_smart_optimization \ --header 'Authorization: Bearer <token>'
The access token received from the authorization server in the OAuth 2.0 flow.
The organization ID of the user's organization
The user ID of the user whom the device belongs to
The ID of the device to be updated
OK
Was this page helpful?