Method
|
DELETE
|
URL
|
/v2/<object_full_identifier>/<record_uuid>/<multiple_relationship_full_identifier>
|
Parameters
|
uuids=<target_object_identifier1>:<uuid1>,<target_object_identifier2>:<uuid2>,>target_object_identifier3>:<uuid3>
|
Response Content Type
|
application/json
|
HTTP Status Code
|
Error Message
|
---|---|
400
|
The body of the request did not contain any data.
|
404
|
The record specified to remove the records from was not found or some of the records to remote from the relationship were not found.
|
400
|
Error removing Records. Exception={...}
|
500
|
Internal Server error
|