Revoke Dashboard Privilege

delete

/serviceapi/dashboardModel/privilege/{id}

Revoke a dashboard privilege by given privilege id.

Request

Path Parameters
Back to Top

Response

Supported Media Types

204 Response

Success
Back to Top

Examples

This cURL call will delete the privilege with id: 10:

curl -u ${OMC_USERNAME}:${PASSWORD} -X DELETE "https://{OMC_URL}/serviceapi/dashboardModel/privilege/10

Example of Response

The following shows an example of the response body.

204 (No Content)
Back to Top