Delete a specific Access Policy
delete
/iam/governance/adminservice/api/v1/accesspolicies/{policyId}
based on Access Policy Id
Request
Path Parameters
-
policyId: integer
The Access Policy Id
Response
Supported Media Types
- application/json
204 Response
Access Policy deleted successfully
400 Response
Bad Request
500 Response
Internal Server Error
Examples
The following example shows how to delete an access policy by submitting a DELETE request on the REST resource using cURL. The information shown here is against a pseudo system and serves as a prototype.
curl -u username:password -H "X-Requested-By:<anyvalue>" -X DELETE "http://myhost.pseudo.com:14000/iam/governance/adminservice/api/v1/accesspolicies/5"