Delete an Entity

delete

/serviceapi/entityModel/uds/entities

Delete an Entity

The entity is specified by name and type in the query parameters.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

204 Response

Success - Entity deleted
Back to Top

Examples

Delete an entity:

curl -u ${OMC_USERNAME}:${PASSWORD} -X DELETE "https://serverurl/serviceapi/entityModel/uds/entities?entityType=MyHostType&entityName=MyHostEntity"
Back to Top