End Policy Relationship
API Policy Relationship Removal
Request Details
- HTTP Method: DELETE
- Base URL:
https://api.uat.laka.co/v3/policies/{policyId}/relationship/{personId}
Parameters
- policyId (string, required)
- personId (string, required)
- x-api-region (string): The API region of your interaction.
- x-api-language (string): Where applicable, the language for any textual content we may send to the customer.
Response
- Status Code:
204 - Message: The policy relationship has been successfully ended.
Example Curl Request
curl --request DELETE \
--url https://api.uat.laka.co/v3/policies/policyId/relationship/personId
Note
Click Try It! to start a request and see the response here.