Delete This RDBMS Security Store

delete

/management/weblogic/{version}/edit/securityConfiguration/realms/{name}/RDBMSSecurityStore

Delete this RDBMS security store.

Request

Path Parameters
Header Parameters
  • 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
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

200 Response

Back to Top

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