Delete a Single Row

delete

/20190828/tables/{tableNameOrId}/rows

Delete a single row from the table, by primary key.

Request

Path Parameters
Query Parameters
  • The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name.
  • If true, and the operation fails due to an option setting (ifVersion et al), then the existing row will be returned.
    Default Value: false
  • Collection Format: multi
    An array of strings, each of the format "column-name:value", representing the primary key of the row.
  • Timeout setting for this operation.
    Default Value: 5000
Header Parameters
  • For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
    Default Value: false
  • The client request ID for tracing.
Back to Top

Response

Supported Media Types

200 Response

Result of a delete operation.
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : DeleteRowResult
Type: object
The result of a DeleteRow operation.
Show Source
Nested Schema : existingValue
Type: object
Additional Properties Allowed
Show Source
The map of values from a row.
Nested Schema : RequestUsage
Type: object
The usage metrics for a request.
Show Source
Nested Schema : additionalProperties
Type: object

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

429 Response

Too Many Requests
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
  • A decimal number representing the number of seconds the client should wait before polling this endpoint again.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

Default Response

Unknown Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Back to Top