Skip to main content
DELETE
/
api
/
external
/
companies
/
{companyId}
/
coverage-types
/
{coverageTypeId}
Delete Coverage Type
curl --request DELETE \
  --url https://app.aiinsurance.io/api/external/companies/{companyId}/coverage-types/{coverageTypeId} \
  --header 'Authorization: <api-key>'
{
  "id": "vfs_general_liability",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

coverageTypeId
string
required

Coverage type identifier (e.g., "general_liability")

Response

Coverage type deleted successfully

id
string
required

The key of the deleted coverage type

deleted
boolean
required

Always true