Skip to main content

Cancel file upload

POST 

/bv/cms/v1/library/files/:id:cancel-upload

Terminates a file upload session.


Required field(s):

  • id
  • upload_id

Request

Path Parameters

    id stringrequired

    Required. The unique id of the file.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    upload_id stringrequired

    Required. The upload id of the file.

Responses

A successful response.

Schema

    object

Loading...