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

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

Brokerage firm id

brokerUserId
string
required

Broker user id

Response

Broker deleted successfully.

The response is of type object.