DELETE
/
v1
/
storage
/
docsets
/
{docset_id}
/
docs
/
{doc_id}
Delete Doc
curl --request DELETE \
  --url https://api.aryn.cloud/v1/storage/docsets/{docset_id}/docs/{doc_id} \
  --header 'Authorization: Bearer <token>'
{
  "account_id": "<string>",
  "doc_id": "<string>",
  "docset_id": "<string>",
  "created_at": "<string>",
  "name": "<string>",
  "size": 123,
  "content_type": "<string>",
  "properties": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

docset_id
string
required
doc_id
string
required

Response

Successful Response