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>"
}

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