Delete a policy.
curl --request DELETE \
--url https://api.example.com/v1/policies/{policy_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.vijil.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Was this page helpful?
curl --request DELETE \
--url https://api.example.com/v1/policies/{policy_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}