Delete This RDBMS Security Store
delete
/management/weblogic/{version}/edit/securityConfiguration/realms/{name}/RDBMSSecurityStore
Delete this RDBMS security store.
Request
Path Parameters
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
Header Parameters
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
Response
200 Response
Examples
Delete this RDBMS security store.
This example uses the DELETE method to remove this RDBMS security store.
Example Request
curl -v \ --user admin:admin123 \ -H X-Requested-By:MyClient \ -H Accept:application/json \ -X DELETE http://localhost:7001/management/weblogic/latest/edit/securityConfiguration/realms/myrealm/RDBMSSecurityStore
Example Response
HTTP/1.1 200 OK Response Body: {}Back to Top