Delete Breaks
Use this API to remove individual breaks from the planning.
| Request | |
|---|---|
| Description | Remove a break entry of a resource. |
| Context | https://{instance}.optimizemyday.com/omdservices/Configuration/{configId}/Plan |
| URL | /Resource/{resourceId}/Break/{breakId} |
| Method | DELETE |
| Response Code | 200 when successful, another HTTP status code otherwise |
| Success Response | empty |
| Response Type | N/A |
| Query Parameter | Datatype | Description |
|---|---|---|
| instance | String | The OMD Go instance (defaults to www). |
| configId | Integer | The identifier of the configuration. |
| resourceId | String | The external identifier of the resource. |
| breakId | The external identifier of the break. |