Skip to main content
DELETE
/
company-data
/
:companyDataId
Delete Company
curl --request DELETE \
  --url https://www.api.baselink.tech/company-data/:companyDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Delete a company and all associated data.
success
boolean
Indicates if the company was deleted successfully.
message
string
Success or error message.
This action is irreversible and will permanently delete the company and all associated data.