Delete a file property

delete

/rest/ofscCore/v1/inventories/{inventoryId}/{propertyLabel}

This operation deletes the specified file property of the specified inventory.

Request

Path Parameters
Back to Top

Response

Supported Media Types

204 Response

This response code indicates that the operation completed successfully. This operation does not return elements in the response body.

Default Response

This section describes the default error response for this operation.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top

Examples

The following example shows how to delete a file property of an inventory by submitting a DELETE request on the REST resource using cURL.

curl -u '<CLIENT-ID>@<INSTANCE-NAME>:<CLIENT-SECRET>' -X DELETE 'https://<instance_name>.fs.ocs.oraclecloud.com/rest/ofscCore/v1/inventories/21258546/uploadedPic'

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 204 No Content
Back to Top