Delete a policy by ID for a specific application.
curl --request DELETE \ --url https://guard-api.metatext.ai/v1/applications/{application_id}/policies/{policy_id} \ --header 'Authorization: Bearer <token>'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any