Resources can be deleted by sending a DELETE request to the resource’s URI.
Tip: A resource’s URI can be found in its
_links.self.href
field when the response media type is
application/json+hal
.Request
DELETE http://{Address_Manager_IP}/api/v2/blocks/100975
Authorization: Basic {basicAuthenticationCredentials}
Response
204 No Content