Skip to main content

Delete File by Id

DELETE 

/api/workspaces/:workspace_id/files/:id/

Delete a file by its id.

Request

Path Parameters

    workspace_id stringrequired
    id integerrequired

    A unique integer value identifying this field file.

Body

required

    editor_session uuid

    UUID of the editor session. This field is only required when used from public endpoints.

Responses

Deleted successfully.

Loading...