Open
Description
HI, tring to delete map entry via it's id as depicted in http://127.0.0.1:5555/v2/docs#operation/deleteRuntimeMapEntry endpoint documentation.
getting 204 response indicating successful deletion in reality map entry still persist.
Managed to delete the entry with
http://127.0.0.1:5555/v2/services/haproxy/runtime/maps_entries/{key}?map=
Is this a bug or wrong documentation.
Thanks