Removes a single item from a given allocators metadata.
-
allocator_id
(required) -
(
string
) The identifier for the allocator. -
key
(required) -
(
string
) The key of the metadata item to remove.
-
version
-
(
integer
) If specified, checks for conflicts against the version of the metadata (returned in 'x-cloud-resource-version' of the GET request)
-
202
- (
array[
AllocatorMetadataItem
]
) The allocator metadata was successfully changed (the updated JSON is returned) -
404
- (
BasicFailedReply
) The allocator specified by {allocator_id} cannot be found (code: 'allocators.allocator_not_found') -
449
- (
BasicFailedReply
) When running as an administrator (other than root), sudo is required (code: 'root.needs_sudo')