Unset an ORDS property value for a schema

delete

/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

There's no request body for this operation.

Back to Top

Response

204 Response

Confirmation that the specific ORDS property value is not set in the database.
Back to Top