Box Developer Documentation
 
    Latest version

    Remove device pin

    delete
    https://api.box.com/2.0
    /device_pinners/:device_pinner_id

    This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.

    Deletes an individual device pin.

    Request

    bearer [ACCESS_TOKEN]
    application/json

    Path Parameters

    stringin pathrequired
    2324234

    The ID of the device pin

    Response

    none

    Returns an empty response when the pin has been deleted.

    application/jsonClient error

    An unexpected client error.

    delete
    Remove device pin
    You can now try out some of our APIs live, right here in the documentation.
    Log in

    Request Example

    cURL
    curl -i -X DELETE "https://api.box.com/2.0/device_pinners/2324234" \
         -H "authorization: Bearer <ACCESS_TOKEN>"