Skip to main content
DELETE
Removes a folder-level document from a folder. The copies that were applied to projects inside the folder are removed with it, so no project keeps a guideline the folder no longer has.
Orders created before the removal keep the guidance they were already processed with. The removal affects work that runs after it.

Authorizations

This endpoint requires API key authentication. Include your API key in the request header:
  • Header name: X-Api-Key
  • Header value: Your API key from the Ollang dashboard
  • Format: X-Api-Key: your-api-key-here
The API key user needs write access to the folder. Keys without a folder-write role receive a 403.

Path Parameters

string
required
The unique identifier of the folder the document belongs to.
string
required
The unique identifier of the folder document. Retrieve document IDs with List Folder Documents.

Response

Returns an empty body on success.