Delete a resource work zone item

delete

/rest/ofscCore/v1/resources/{resourceId}/workZones/{workZoneItemId}

This operation deletes the specified work zone item for the specified resource.

Request

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 a work zone item by submitting a DELETE request on the REST resource.

Example of Request Header

The following shows an example of the response header.

DELETE /rest/ofscCore/v1/resources/<resourceId>/workZones/<workZoneItemId>

Example of Response Header

The following example shows the contents of the response header.

HTTP/1.1 204 No Content
Server: nginx
Date: Tue, 23 May 2017 13:13:18 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Access-Control-Allow-Credentials: true
Back to Top