DELETE
/api/v1/policy/{id}
curl \
--request DELETE 'https://ark.collegecanine.com/api/v1/policy/{id}'
Response examples (200)
{
"message": "Policy successfully deleted."
}
curl \
--request DELETE 'https://ark.collegecanine.com/api/v1/policy/{id}'
{
"message": "Policy successfully deleted."
}