Delete required inventories of an activity

delete

/rest/ofscCore/v1/activities/{activityId}/requiredInventories

This operation deletes the required inventories assigned to the specified activity.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

204 Response

This section describes the 204 status response for this operation.

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 required inventories of an activity 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/activities/4225275/requiredInventories HTTP/1.0
Authorization: Basic c29hcEB5YW1hdG86MQ==
Host: devlaptop03
Accept: */*

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 204 No Content
Server: nginx/1.2.7
Date: Fri, 18 Mar 2016 02:22:03 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Back to Top