Skip to main content
DELETE
/
onyx-api
/
ingestion
/
{document_id}
Delete Ingestion Doc
curl --request DELETE \
  --url https://cloud.onyx.app/api/onyx-api/ingestion/{document_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Path Parameters

document_id
string
required

Response

Successful Response