Skip to main content
DELETE
/
companies
/
{companyId}
Delete a company
curl --request DELETE \
  --url https://api.klipy.ai/api/v1/companies/{companyId} \
  --header 'X-Klipy-Api-Key: <api-key>'
{
  "object": "error",
  "error": {
    "code": "AUTH_MISSING_CREDENTIALS",
    "message": "<string>",
    "details": [
      {
        "path": "<string>",
        "message": "<string>",
        "code": "<string>"
      }
    ]
  },
  "meta": {
    "request_id": "req_abc123",
    "api_version": "1",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-Klipy-Api-Key
string
header
required

API key passed as a header

Path Parameters

companyId
string
required

Unique ID of the company

Response

Company deleted

Last modified on April 5, 2026