public function Users::unlinkDevice in Auth0 Single Sign On 8.2
Unlink device.
@codeCoverageIgnores - Deprecated
Parameters
string $user_id User ID.:
string $device_id Device ID.:
Return value
void
Throws
\Exception Thrown by the HTTP client when there is a problem with the API call.
Deprecated
5.4.0, endpoint does not exist.
File
- vendor/
auth0/ auth0-php/ src/ API/ Management/ Users.php, line 558
Class
- Users
- Class Users. Handles requests to the Users endpoint of the v2 Management API.
Namespace
Auth0\SDK\API\ManagementCode
public function unlinkDevice($user_id, $device_id) {
throw new \Exception('Endpoint /api/v2/users/{user_id}/devices/{device_id} does not exist.');
}