Files
Delete File
Delete a file or directory from the instance.
DELETE
Deletes a file or directory at the specified path on the instance. Be careful — this is permanent and there’s no undo.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an org-level API key or a scoped token with the appropriate permission.Path Parameters
The ID of the instance.
Query Parameters
The path of the file or directory to delete, relative to the instance root.
Response
Returns204 No Content on success.