Delete Entitlement Types
DELETE/deleteEntitlementType
This API deletes entitlement types in SSM.
The Authorization must have Bearer followed by Token.
Mandatory params:
updateuser
entTypeQuery or entitlementtypekey (If both are passed then entitlementtypekey will be considered)
Request
Path Parameters
path stringrequired
- application/json
Body
entitlementtypekey string[]
updateuser string
Responses
- 200
Delete Entitlement Types
Response Headers
- Access-Control-Allow-Credentials - string 
- Access-Control-Allow-Origin - string 
- Cache-Control - string 
- Connection - string 
- Date - string 
- Expires - string 
- Pragma - string 
- Referrer-Policy - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- Delete Entitlement Types
Schema
- Array [ 
- ] 
entitlementtypes
object[]
400 string
errorcode string
msg string
{
  "entitlementtypes": [
    {
      "400": "entitlement type deleted successfully"
    }
  ],
  "errorcode": "0",
  "msg": "success"
}
{
  "entitlementtypes": [
    {
      "400": "entitlement type deleted successfully"
    }
  ],
  "errorcode": "0",
  "msg": "success"
}
Loading...