Unset an ORDS property value for a schema
delete
/ords/_/db-api/stable/ords/properties/{schema}/{key}
Removes a specfic ORDS property value in the database for the specified schema. ORDS property values that are defined at SCHEMA scope can be unset through this endpoint. A client requires SQL Administrator role to invoke this service.
Request
Path Parameters
-
key: string
The name of the ORDS property.
-
schema: string
The name of the REST Enabled database schema.
Response
204 Response
Confirmation that the specific ORDS property value is not set in the database.