Delete a contractor
Permanently deletes a contractor. It cannot be undone. Also immediately cancels any active policies connected with the contractor.
DELETE
/api/v1/contractors/{contractor}
curl \
--request DELETE 'https://api.1099policy.com/api/v1/contractors/cn_Ehb3bYa'
Response examples (200)
{
"id": "cn_Ehb3bYa",
"object": "contractor",
"deleted": true,
"deleted_at": 1640995200
}