cURL
curl --request DELETE \ --url https://api.chartbrew.com/project/{project_id}/chart/{chart_id}/share/policy/{policy_id} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Delete a share policy for a chart
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the project
ID of the chart
ID of the share policy
Deleted share policy
The response is of type object.
object