Box · Example Payload

Box Put Files Idremove Shared Link Example

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Box Put Files Idremove Shared Link Example is an example object payload from Box, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "put_files_id#remove_shared_link",
  "method": "PUT",
  "path": "/files/{file_id}#remove_shared_link",
  "summary": "Box Remove shared link from file",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "default",
      "example": {
        "id": "12345",
        "type": "file",
        "etag": "1",
        "shared_link": null
      }
    }
  ]
}