Delete a Connection

Use this REST API to delete a specific connection to Oracle Integration Cloud using Task Manager.

Required Roles

Service Administrator

REST Resource

DELETE /HyperionPlanning/rest/fcmapi/{api_version}/{module}/connections/{id}

Request

Parameters:

The following table summarizes the client request.

Table 19-13 Parameters

Name Description Type Required Default
api_version Version of the API you are developing with (must be v1) Path Yes None
module The name of the module for which to delete a connection. Set this value to FCM. Path Yes None
id The identifier of the connection that must be deleted Path Yes None

Response

Supported Media Type: application/json

Table 19-14 Parameters

Parameters Description
details In case of errors, details are published with the error string.

Example of Response Body

{
  "details": "Connection deleted successfully."
}