Policy
Delete
Delete a policy by ID.
delete/api/v1/policies/{id}
Path parameters
idstring required
The Id of the policy to delete.
Request body
C1ApiPolicyV1DeletePolicyRequestInput required
The DeletePolicyRequest message contains the ID of the policy to delete. It uses URL value for input.
Response
Empty response with a status code indicating success.
C1ApiPolicyV1DeletePolicyResponse required
Empty response with a status code indicating success.