Skip to main content
DELETE
/
v2
/
policies
/
{policy_id}
Delete policy
curl --request DELETE \
  --url https://api.orq.ai/v2/policies/{policy_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

policy_id
string
required

The ID of the policy

Response

Policy deleted successfully