Batch Delete¶
POST /api/v1/slo/batch_delete
Overview¶
Body Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| sloUUIDs | array | Y | List of SLO UUIDs Allow empty: False |
Parameter Details¶
Request Example¶
curl 'https://openapi.truewatch.com/api/v1/slo/batch_delete' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data '{
"sloUUIDs": [
"monitor_xxxx32",
"monitor_xxxx32"
]
}'