Delete Patch
Use this API to delete a patch.
API
/cemli/v1/customers/{supportIdentifier}/services/{serviceType}/products/patches/{patchId}
Scope and AuthZ
- You must have
mcs:oci:api:User
scope to access this API. - You can delete CEMLI patches only for your customer.
- You can use CEMLI patch 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 is used to delete a patch.
supportIdentifier
is one of the values from Get all CSI for a user.serviceType
is one of thetypeCode
values from Get Configuration for a CSI for a given supportIdentifier.
Verb
DELETE
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
serviceType |
Path parameter | Service type (For example, EBSO, EBSZ, or EBSI) | Yes |
supportIdentifier |
Path parameter | Customer Support Identifier (CSI) | Yes |
patchId |
Path parameter | Patch ID of patch to be deleted. | Yes |
Sample response
HTTP response code: 200