Delete an Inventory
delete
/rest/ofscCore/v1/inventories/{inventoryId}
This operation deletes the specified inventory.
Request
Path Parameters
-
inventoryId(required): integer
The unique identifier of the inventory in Oracle Field Service.
Response
Supported Media Types
- application/json
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.
Root Schema : Error
Type:
Show Source
object
-
detail:
string
The detailed description of this error.
-
status:
string
The HTTP status code of this error.
-
title(required):
string
The brief description of this error.
-
type(required):
string
The URL of the web page containing more details about this error.
Examples
The following example shows how to delete inventory by submitting a DELETE request on the REST resource:
Example of Request Header
The following shows an example of the request header.
DELETE /rest/ofscCore/v1/inventories/21258546 HTTP/1.0 Authorization: Basic c29hcEB5YW1hdG86MQ== Host: etadev1f Accept: */*
Example of Response Header
The following shows an example of the response header.
HTTP/1.1 204 No Content Server: nginx/1.6.2 Date: Fri, 24 Jul 2015 08:35:48 GMT ContentType: application/json; charset=utf8 Connection: close