Delete a Group

delete

/serviceapi/entityModel/uds/groups/{groupName}

Delete a tag-based Group.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

204 Response

Success - Group deleted
Back to Top

Examples

Delete the group MyMarketingEntities:

curl -u ${OMC_USERNAME}:${PASSWORD} -X DELETE "https://serverurl/serviceapi/entityModel/uds/groups/MyMarketingEntities"
Back to Top