Skip to main content
DELETE
/
customers
/
{customerId}
/
policies
/
{policyId}
Delete customer from policy
curl --request DELETE \
  --url https://api.example.com/customers/{customerId}/policies/{policyId}
{ "customerId": "<string>", "policyId": "<string>" }

Documentation Index

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

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

Path Parameters

policyId
string
required

The policy id

customerId
string
required

The customer id to delete

Query Parameters

whenAt
string

Optional: the whenAt datetime

branchId
string

Optional: the branchId

Response

customerId
string
required

The deleted customer id

policyId
string
required

The policy id