Delete an Entitlement
Delete an Entitlement for given entId.
Method Type | URI |
---|---|
DELETE | v90/ws/entitlement/{entId}.ws |
URI Parameters
Parameter | Description | Type |
---|---|---|
entId |
The unique identifier for the Entitlement in the database. NOTE This is different from the Entitlement ID string. Examples: >entId: 10 (integer) >Entitlement ID (or EID): gd5f6vfg-y57f-he55-3r5d7w9g7tx3 (string) |
Integer (>0) |
Sample Request
Not applicable.
Sample Response
Success
HTTP Status Code: 204
Header-Location: Deleted
Failure
HTTP Status Code: 404
Response Body: Entitlement does not exist. Try again with a correct entId.