SuperOffice

Links

    SuperOffice API

    Getting access, Developing, Testing

    Back to SuperOffice

    Delete a ForeignDevice with deviceName and deviceIdentifier that belongs to the application with applicationName.

    Input

    type: object properties: parameters: type: object properties: applicationName: type: string description: The name of the foreign application. deviceName: type: string description: The name of the foreign device. deviceIdentifier: type: string description: Unique id of device (Palm pilot device ID, version number, etc) SO-AppToken: type: string description: >- The application token that identifies the partner app. Used when calling Online WebAPI from a server. required: - applicationName - deviceName - deviceIdentifier title: Parameters