Delete a file from the staging area

delete

/epm/rest/v1/files/staging/{fileName}

Request

Path Parameters
Back to Top

Response

204 Response

File deleted

400 Response

Error in body

403 Response

Forbidden
Back to Top

Examples

The following example shows how to Delete a file from staging area 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/files/staging/Dimension.csv
Back to Top