Delete¶
POST /api/v1/incidents/schedule/delete
Overview¶
Body Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| scheduleUUIDs | array | Y | List of schedule UUIDs Allow empty: False |
Parameter Details¶
Request Example¶
curl 'https://openapi.truewatch.com/api/v1/incidents/schedule/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"scheduleUUIDs": ["incsch_xxx"]}' \
--compressed