Skip to main content
DELETE
/
brokerage-firms
/
{brokerageFirmId}
/
documents
Delete documents on brokerage firm
curl --request DELETE \
  --url https://api.example.com/brokerage-firms/{brokerageFirmId}/documents
{}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

brokerageFirmId
string
required

the brokerageFirm id

Query Parameters

ids
string[]
required

the document ids to delete

Response

Documents deleted successfully.

The response is of type object.