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
-
The unique policy number identifier
DELETE
/api/v1/policy/{id}
curl \
-X DELETE https://ark.collegecanine.com/api/v1/policy/{id}
Response examples (200)
{
"message": "Policy successfully deleted."
}