Skip to main content

Remove ActiveSync devices.

DELETE 

/api/web/v1/users/:userid/activesyncdevices/:deviceid

Remove ActiveSync devices. Caller requires the ACTIVESYNC:REMOVE permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user.

    deviceid stringrequired

    Id of the device that needs to be removed.

Responses

Successful

Schema

  • Array [

  • DeviceAccessState string

    Current access state of the device.

    DeviceId string

    Unique device id.

    DeviceType string

    Device type.

    DeviceUserAgent string

    Agent used to configure ActiveSync on the device.

    FriendlyName string

    Friendly name of the device.

    id string

    Unique id

    lastUpdate date-time

    The last time devices were fetched.

  • ]

Loading...