.png)
Delete Destinations
ENDPOINTS
delete
/destinations/v2/fis/{di_fiid}/products/{product_id}/notificationApps/{notification_app_id}/fiCustomers/{di_ficustomer}/destinations
Header parameters
Collapse
Authorization
string
required
Standard OAuth 2.0 access tokenA string composed of `Bearer` + `(space)` + `{token}`; example `Bearer rvYKAItOGiMQy1yOHdUDAHWp2HG1`
User-Agent
string
no
Identifies the application and the platform making the request.The expected format is `{Appname}/{Appversion}[/{DeviceID}][;{Platform User-Agent}]` e.g. iPhone/1.0/abc12345;Nokia3110
originating_ip
string
no
The IP address of the device making the request for authentication. If not provided the IP address logged will be the IP address extracted from the HTTP request. Note: this should be the originating device, rather than the client making the request e.g. if a mobile device is used the ip address should be that of the mobile device, rather than a back end service
di_tid
string
required
Unique id used to identify the request. The id allows the request to be traced through the entire request and reponse flow. The expected id is a UUID, in the canonical form e.g 123e4567-e89b-12d3-a456-426655440000
Body parameters
Collapse
Path parameters
Collapse
Responses
Collapse
curl -X 'DELETE' \
'https://api.candescent.com/digitalbanking/destinations/v2/fis/{di_fiid}/products/{product_id}/notificationApps/{notification_app_id}/fiCustomers/{di_ficustomer}/destinations' \
-H 'di_tid: SOME_STRING_VALUE' \
-H 'originating_ip: SOME_STRING_VALUE' \
-H 'user-agent: SOME_STRING_VALUE' \
-H 'authorization: SOME_STRING_VALUE' \
-H 'accept: application/json' \