Delete an Integration

delete

/rest/v16/integrationVendors/{id}

This endpoint deletes an integration.

Request

Path Parameters
Back to Top

Response

Default Response

Back to Top

Examples

The following example shows how to delete an integration by submitting a DELETE request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X POST -i -H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" -H "Accept: application/json"
https://sitename.oracle.com/rest/v16/integrationVendors/3022874193
Back to Top