Remove Override Util Library Function

post

/rest/v19/bml/library/functions/{namespace.variableName}/actions/removeOverride

This operation removes the override from the specified Util Library function.

Request

Path Parameters
Body ()
Remove override Util Library.
Root Schema : emptyRequest
Type: object
Back to Top

Response

Supported Media Types

Default Response

No Content
Back to Top

Examples

The following example shows how to remove an override from the specified Util Library function by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X POST  -H "Authorization: Bearer <token>" -H "Content-type: application/json" -H "Accept: application/json"
https://sitename.oracle.com/rest/v19/bml/library/functions/nameSpace11.concatString/actions/removeOverride
Back to Top