post https://example.com/measurement/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/measurement/v1/measurements/aggregated | |||
GET/measurement/v1/measurements/last | |||
POST/measurement/v1/measurements | |||
GET/measurement/system/healthCheck | |||
GET/measurement/v1/measurements/raw | |||
entityName | String | false | Should only be provided if type=ADAPT_ENTITY. Supported entity names are: |
last measurements | |||
endpoint | String | true | A valid URI |
This API requires HOOKS_INTERCEPTION_DELETE permission(s).