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
-
namespace.variableName(required): string
VariableName with name space.
Remove override Util Library.
Root Schema : emptyRequest
Type:
object
Response
Supported Media Types
- application/json
Default Response
No Content
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