Delete Profile

Deletes an Account Reconciliation profile.

REST Resource

POST /armARCS/rest/{api_version}/jobs

Required Roles

Service Administrator, Power User, User

Users with User predefined role may require additional application roles.

Request

Supported Media Types: application/json

Parameters

The following table summarizes the client request parameters specific to this job.

Table 17-13 Parameters

Name Description Type Required Default
api_version Version of the API you are developing with: v1 Path Yes None
jobname The name of the job, DELETE_PROFILE Payload Yes None
accountId The name of the profile that must be deleted. Payload Yes None

Example of Request Body

{
    "jobName": "DELETE_PROFILE",
    "parameters": {
        "accountId": "101-1234-5678",
    }
}

Response

Parameters

The following table summarizes the response parameters.

Table 17-14 Parameters

Name Description
type The value is "RC".
details In case of errors, details are published with the error string
status See Migration Status Codes
links Detailed information about the link
href Links to API call or status API
action The HTTP call type
rel Relationship type
data Parameters as key value pairs passed in the request

Supported Media Types: application/json

Example of Response Body

{
	"type": "RC",
	"status": -1,
	"details": "In Process",
	"links": [
			{
			"rel": "self",
			"href": "https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com/armARCS/rest/v1/jobs/2141",
			"action": "GET"
			}
		]
}