Delete a QuickStart App

delete

/ic/api/process/v1/quickStartApps/{quickStartAppId}

Deletes a QuickStart App and returns success code if Quick Start App is deleted successfully.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Success. QuickStart App successfully deleted.

401 Response

Unauthorized

403 Response

Privileges required. User can't delete the QuickStart App

404 Response

QuickStart App is not found.

500 Response

Error in deleting QuickStart App
Back to Top

Examples

The following example shows how to delete a quickStartApp 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>/quickStartApps/<quickStartAppId> 

Where,

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

  • <version> is the REST API version.

  • <quickStartAppId> is the ID of the quickStartApps. To retrieve available quickStartApps, see Retrieve Quick Start Apps

Example of Response Header

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