Delete Company
Companies
Delete Company
Permanently delete a company from your workspace
DELETE
Delete Company
Request
Path Parameters
The company’s unique ID (UUID)
Headers
Requires an API key with the
companies:write permission.Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing companies:write permission |
| 404 | company_not_found | No company with this ID in your workspace |
| 429 | rate_limited | Rate limit exceeded |