curl --request DELETE \
--url https://app.msportal.ai/api/public/v1/companies/{id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"requestId": "<string>",
"details": "<unknown>",
"code": "<string>"
}Delete a company by ID.
curl --request DELETE \
--url https://app.msportal.ai/api/public/v1/companies/{id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"requestId": "<string>",
"details": "<unknown>",
"code": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.msportal.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?