post https://example.com/dispatcher/v1/hooks/interceptions/unsubscribe
Unsubscribe a specific endpoint from intercepting API(s)
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
type | string | true | Values:PRE_REQUEST,POST_REQUEST,ADAPT_ENTITY | |
apiId | string | true | Should only be provided if type=PRE_REQUEST or type=POST_REQUEST | POST/device/v1/devices |
entityName | string | true | Should only be provided if type=ADAPT_ENTITY | device |
endpoint | string | true | https://api.dev.biot-med.com/device-plugin/v1/devices/create-device-pre-interception |
This API requires HOOKS_INTERCEPTION_DELETE permission(s).