Delete a policy
Permanently deletes a policy. Deleting a policy immediately cancels the insurance coverage for the contractor. Any assignments with an effective date after the policy deletion date will also be cancelled.
DELETE
/api/v1/policies/{policy}
curl \
--request DELETE 'https://api.1099policy.com/api/v1/policies/pl_WzFRszJhoY'
Response examples (200)
{
"id": "pl_WzFRszJhoY",
"object": "policy",
"deleted": true,
"deleted_at": 1640995200
}