Delete Files
Use this API to delete files.
API
/cemli/v1/customers/{supportIdentifier}/services/{serviceType}/products/{product}/files
Scope and AuthZ
- You must have
mcs:oci:api:User
scope to access this API. - You can access this information for your customer CSI and available
serviceType
. - You can use CEMLI File API only if your customer has opted-in for CEMLI functionality.
Headers
- Authorization: Bearer <Token>
Where <Token> is the OAUTH token returned by the Authorization Server (JWT Token).
- Identifier: <JWKS Identifier>
Where <JWKS Identifier> is the GUID generated when JWKS URI is set by customer admin in self-service platform.
Base Path
/cemli/v1/
Dependency
Functionality
- This API allows a file to be archived or restored in UMP relevant to a customer, service, and product.
{supportIdentifier}
,{serviceType}
, and{product}
can be retrieved from the dependency mentioned.- Request payload to file details of files.
- Response returns a success or failure code.
- Files by same file name, version, or given details are deleted.
Verb
DELETE
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
supportIdentifier |
Path parameter | Customer Support Identifier (CSI) | Yes |
serviceType |
Path parameter | Service type (For example, EBSO, EBSZ, or EBSI) | Yes |
product |
Path parameter | Specifies the short name of the custom product (For example, xbol) | Yes |
Sample request
[
{
"fileName": "XxExpenseReportLineEO.xml",
"fileType": "xmlp_xlf",
"language": "US",
"versions": ["121.000001","121.100001","121.000011"]
}
]
Sample response
HTTP response code : 200