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.

Request Samples

1

Response Samples

1Not Available

Request Body

The relationships.

A collection of resources to remove.

NameTypeRequiredDescription
op
string
true

Operation set to 'remove'.

Allowed value:
remove
path
string
true

The id of the resource to remove.

Responses

StatusMeaningDescription
204No Content

Ok. The relationships were deleted.

400Bad Request

Bad request (the request is not well-formed).

Schema