Delete a DesignTime Process

delete

/ic/api/process/v1/spaces/{spaceId}/projects/{projectId}/processes/{processId}

Deletes a designtime process and returns the details of the deleted design time process.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Success. Process succesfully deleted.
Body ()
Root Schema : process
Type: object
process data

401 Response

Unauthorized

500 Response

Error in deleting process
Back to Top

Examples

The following example shows how to delete a process by submitting a DELETE request on the REST resource.

Send Request

The following example shows the contents of the send request:

https://example.com/ic/api/process/<version>/spaces/<spaceId>/projects/<projectId>/processes/<processId>

Where,

  • example.com is the host where Oracle Integration is running.

  • <version> is the REST API version.

  • <projectId> is the unique ID for a project. To retrieve available projects, see Retrieve projects.

  • <processId> is the unique ID for a process. To retrieve available processes, see Retrieve all processes.

Example of Response Header

Status Code: 200 OK
Date:   Mon, 03 Apr 2017 09:39:39 GMT 
Content-Type:  application/json
Back to Top