Box Developer Documentation
 
    Latest version

    Unassign legal hold policy

    delete
    https://api.box.com/2.0
    /legal_hold_policy_assignments/:legal_hold_policy_assignment_id

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

    Remove a legal hold from an item.

    This is an asynchronous process. The policy will not be fully removed yet when the response returns.

    Request

    bearer [ACCESS_TOKEN]
    application/json

    Path Parameters

    Response

    none

    A blank response is returned if the assignment was successfully deleted.

    application/jsonClient error

    An unexpected client error.

    delete
    Unassign legal hold policy
    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/legal_hold_policy_assignments/753465" \
         -H "authorization: Bearer <ACCESS_TOKEN>"