Box Developer Documentation
 
    Latest version

    Delete file request

    delete
    https://api.box.com/2.0
    /file_requests/:file_request_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 a file request permanently.

    Request

    bearer [ACCESS_TOKEN]
    application/json

    Path Parameters

    stringin pathrequired
    123

    The unique identifier that represent a file request.

    The ID for any file request can be determined by visiting a file request builder in the web application and copying the ID from the URL. For example, for the URL https://*.app.box.com/filerequest/123 the file_request_id is 123.

    Response

    none

    Returns an empty response when the file request has been successfully deleted.

    application/jsonClient error

    Returned when the access token provided in the Authorization header is not recognized or not provided.

    application/jsonClient error

    Returned if the file request is not found or has already been deleted, or the user does not have access to the associated folder.

    application/jsonClient error

    Returned if the file_request_id is not in a recognized format.

    application/jsonClient error

    An unexpected client error.

    delete
    Delete file request
    You can now try out some of our APIs live, right here in the documentation.
    Log in