Skip to main content
DELETE
Remove one file
Stable since 2025-01-01 — unchanged in 2026-06-01.

Authorizations

Authorization
string
header
required

Access token from POST /auth (the data.access_token value).

x-api-key
string
header
required

API key issued by Kira. Required on every request, including /auth.

Headers

X-Api-Version
string

Optional. The date-versioned API version to apply for this request (e.g. 2026-04-14). When sent it always wins, even over your pinned account default. When omitted, the API uses your account's pinned version if set, otherwise a baseline default.

Example:

"2026-06-01"

Path Parameters

rfi_id
string<uuid>
required

RFI UUID.

item_id
string<uuid>
required

Item UUID. The item must be a document item of this RFI.

document_id
string<uuid>
required

The file's own id, as returned in documents[].

Response

The file was removed; the item comes back with the shorter set.

The item after the change, in the same shape every read of it returns — so the whole resulting set of files and the item's status come back together.

item
object
required

One thing being asked for. The addressable unit of an RFI — a PATCH or a document upload always names an item_id, never the parent RFI.