The request to delete a single resource is currently sent as DELETE /v2/{type}/{resource-id} with a body of {"data": {"id": [resource id]}}, which doesn't work. The server responds with a 400 and an error saying that the request should not contain a body, which is true. So, we should remove the body from this request