DELETE
/
project
/
{id}
/
share
/
policy
/
{policy_id}
cURL
curl --request DELETE \
  --url https://api.chartbrew.com/project/{id}/share/policy/{policy_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

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

ID of the share policy

Response

200 - application/json

Deleted share policy

The response is of type object.