Delete a Connection

Use this REST API to delete a specific connection that is saved in an application.

Required Roles

Service Administrator

REST Resource

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

Request

Parameters:

The following table summarizes the client request.

Table 17-58 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. For Account Reconciliation, set this parameter to RC. Path Yes None
id The identifier of the connection that must be deleted Path Yes None

Example URL

https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com/arm/rest/fcmapi/v1/rc/connections/100000000552006

Response

Supported Media Type: application/json

Table 17-59 Parameters

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

Example of Response Body

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