Delete relationships
patch/relationships
Delete a list of relationships. Uses a JSON Patch body with "op" : "remove" on a specific relationship ID. Clients which do not support PATCH can use POST and specify a query parameter of ?_method=PATCH. All referenced resources must exist for the PATCH to be applied.
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 204 | No Content | Ok. The relationships were deleted. | ||
| 400 | Bad Request | Bad request (the request is not well-formed). | Schema |