Error
Sessions
Delete a session file
Deletes a single file from the session’s S3 prefix. The key query parameter must belong to the session prefix — the backend enforces a prefix check and returns 403 if it does not. Requires write access to the session.
DELETE
Error
Authorizations
Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.
Path Parameters
Agent session ID (UUID).
Query Parameters
Full S3 object key of the file to delete (as returned by the list endpoint).
Response
File deleted.
Example:
true