post https://example.com/generic-entity/v1/hooks/interceptions/unsubscribe
Unsubscribe a specific endpoint from intercepting API(s)
The below table describes the request parameters:
Parameter | Type | Mandatory | Description |
---|---|---|---|
type | String | true | Supported values are: PRE_REQUEST, POST_REQUEST, ADAPT_ENTITY |
apiId | String | false | Should only be provided if type=PRE_REQUEST or type=POST_REQUEST. Supported api ids are: |
GET/generic-entity/v1/generic-entities | |||
GET/generic-entity/system/healthCheck | |||
DELETE/generic-entity/v1/generic-entities/{id} | |||
PATCH/generic-entity/v1/generic-entities/{id} | |||
GET/generic-entity/v1/generic-entities/{id} | |||
POST/generic-entity/v1/generic-entities | |||
entityName | String | false | Should only be provided if type=ADAPT_ENTITY. Supported entity names are: |
generic-entity | |||
endpoint | String | true | A valid URI |
This API requires HOOKS_INTERCEPTION_DELETE permission(s).