Skip to main content
DELETE
Deletes a file or directory at the specified path on the instance. Be careful — this is permanent and there’s no undo.

Authentication

Requires an org-level API key or a scoped token with the appropriate permission.

Path Parameters

string
required
The ID of the instance.

Query Parameters

string
required
The path of the file or directory to delete, relative to the instance root.

Response

Returns 204 No Content on success.