Delete an ORDS role
delete
http://localhost:8080/ords/pdbdba/_/db-api/stable/ords/rest/roles/{id}
Deletes an ORDS role.
Request
Path Parameters
-
id(required): integer
ID for specific ORDS role.
There's no request body for this operation.
Back to TopResponse
204 Response
Confirmation that the ORDS role has been delete.