Open
Description
It's should works for all types of resource:
- Dashboards
- Notifications
- Checks
- TelegrafConfigs
- NotificationRules
- Buckets
- Variables
- Tasks
- ...
# Delete label for not exists resource
--> DELETE http://127.0.0.1:9999/api/v2/buckets/ffffffffffffffff/labels/ffffffffffffffff
<-- 204 No Content http://127.0.0.1:9999/api/v2/buckets/ffffffffffffffff/labels/ffffffffffffffff
Expected behavior:
Produce 404
HTTP response.
Actual behavior:
Produce 204 No Content
HTTP response.
Environment info:
- InfluxDB version: latest nightly build
cc @AlirieGray