Delete a request

delete

/epm/rest/v1/requests/{requestId}

Request

Path Parameters
Back to Top

Response

Supported Media Types

204 Response

No Content

400 Response

Bad Request

403 Response

Forbidden

404 Response

Not Found
Back to Top

Examples

The following example shows how to Delete a request by submitting a delete request on the REST resource using cURL.

cURL Command

curl --user epm_cloud_user -X DELETE \
  https://servername.fa.us2.oraclecloud.com/epm/rest/v1/requests/30a0035e-d16e-4507-8dc9-ac9019094072
Back to Top