Delete a policy by ID
Deletes a specific policy by ID. The policy must belong to the authenticated user's organization or be under its parent organization.
Path parameters
-
id
string Required The unique policy number identifier
DELETE
/api/v1/policy/{id}
curl \
--request DELETE https://ark.collegecanine.com/api/v1/policy/{id}
Response examples (200)
{
"message": "Policy successfully deleted."
}