post https://example.com/file/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/file/system/healthCheck | |||
GET/file/v1/files/{id}/download | |||
entityName | String | false | Should only be provided if type=ADAPT_ENTITY. Supported entity names are: |
endpoint | String | true | A valid URI |
This API requires HOOKS_INTERCEPTION_DELETE permission(s).