Deleting a resource

When you want to delete an element, the REST operation is a DELETE.

When you know the element API's URI, you can execute a DELETE operation on it. If the execution succeeds, it returns a 204 HTTP response status code.