Delete Delete Entitlement Definition

Delete Delete Entitlement Definition

Delete entitlement definition information for a given catalog item and user/group pair, if exists.

Request
URI
DELETE
https://{api_host}//SAAS/jersey/manager/api/entitlements/definitions/catalogitems/{catalogItemId}/{subjectType}/{subjectId}
COPY
Path Parameters
string
catalogItemId
Required

The ID of the catalog item to which the subject is entitled.

catalogItemId example
85c040cf-b389-41a0-9efe-c7ca64f993c7
string
subjectType
Required

The type of entity that you want to entitle the catalog item to.

subjectType example
users
Possible values are : users, groups,
string
subjectId
Required

The user or group ID to which the catalog item is entitled. This is the VMware Identity Manager UUID and not an external ID.

subjectId example
8dbdc5a6-1fb4-4a17-a25c-6a3744fb40db

Authentication
This operation uses the following authentication methods.
Responses
400

The supplied subject type does not match any of the supported types ('users' or 'groups')

Operation doesn't return any data structure

403

The user does not have the required permissions to delete the entitlement.

Operation doesn't return any data structure

404

The requested entitlement does not exist. The response includes detailed reason codes: catalogitem.not.found, user.not.found, NOT_FOUND (subject type not found),entitlement.definition.not.found.

Operation doesn't return any data structure