AI Safety endpoints
Delete a policy and guardrails
Delete a policy by ID for a specific application.
DELETE
/
v1
/
applications
/
{application_id}
/
policies
/
{policy_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
application_id
string
requiredpolicy_id
string
requiredResponse
200 - application/json
The response is of type any
.