Cloud storage
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
Was this helpful?