DELETE
/
v1
/
policies
/
{policy_name}
Remove a policy from the list
curl --request DELETE \
  --url https://api.app.chainloop.dev/v1/policies/{policy_name} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Path Parameters

policy_name
string
required

The name of the policy to remove from the list

Response

200
application/json

A successful response.

Response for the policy unlist request