Deletes a policy by tenant_id and policy_id. Requires admin scope.
curl --request POST \
--url https://api.svantic.com/policies/delete_policy \
--header 'Content-Type: application/json' \
--data '
{
"tenant_id": "string",
"policy_id": "string"
}
'{
"ok": true,
"policy_id": "string"
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.svantic.com/policies/delete_policy \
--header 'Content-Type: application/json' \
--data '
{
"tenant_id": "string",
"policy_id": "string"
}
'{
"ok": true,
"policy_id": "string"
}