NOTE: Before performing a Patch method to clear or delete an OAuth instance, ensure that you perform a Patch to set the Mode to Offline and then clear all the patchable values.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location --request PATCH '/redfish/v1/AccountService' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}