cURL
curl --request DELETE \ --url https://api.example.com/customers/{customerId}/policies/{policyId}
200
Example
{ "customerId": "<string>", "policyId": "<string>" }
The policy id
The customer id to delete
Optional: the whenAt datetime
Optional: the branchId
The deleted customer id
Was this page helpful?