JSONAPI spec specifies the way to delete a relationships is via a PATCH request with the following body:
PATCH
{ "data": null }