Companies
Delete a company
Delete an existing company in the workspace.
delete/v1/companies/{companyId}
Path parameters
companyIdstring required
The ID of the company to delete.
Response
The ID of the deleted company.
Example response
{
"data": {
"id": "com_183ed5cc-3182-45de-84d1-d520f2604810"
},
"deprecations": [
"This field is deprecated"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.