Delete references

patch/references
Internal-Use Only

Delete a list of references. Uses a JSON Patch body with "op" : "remove" on a specific reference 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

1No example avaliable

Request Body

references

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 ContentOk. The references were deleted.
400Bad RequestBad request (the request is not well-formed).Schema