LogoLogo
  • About
  • Quick Start
  • API reference
    • Workspace
      • Dependencies
      • Copy
      • Property definitions
        • Reorder
      • Property instances
        • Reorder
        • Lock
        • Unlock
      • Blocks
      • Comments
        • Parent
      • Data Sinks
    • Webhooks
      • Rotate secret
    • Cloud storage
      • Redirect
      • Thumbnail
      • Upload complete
      • Retry conversion
      • Download
      • Upload link
      • Version list
      • Metadata
Powered by GitBook
On this page

Was this helpful?

  1. API reference

Cloud storage

PreviousRotate secretNextRedirect

Was this helpful?

  • DELETE/v1/cloud-storage/{id}
  • PATCH/v1/cloud-storage/{id}
delete
Path parameters
idstringRequired
Query parameters
workspaceIdstringRequired
Header parameters
x-api-keystringOptional

An x-api-key required for authentication

Responses
200
Removes the file.
403
Forbidden. User does not have permission to remove the file or the file does not exist.
delete
DELETE /v1/cloud-storage/{id}?workspaceId=text HTTP/1.1
Host: 
Accept: */*

No content

patch
Path parameters
idstringRequired
Header parameters
x-api-keystringOptional

An x-api-key required for authentication

Body
objectOptional
Responses
200
Updates the cloud storage information of the file.
403
Forbidden. User does not have permission to update the file or the file does not exist.
patch
PATCH /v1/cloud-storage/{id} HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 2

{}

No content