|
Method
|
DELETE
|
|
URL
|
/v2/<object_full_identifier>/<record_uuid>/<multiple_relationship_full_identifier>
|
|
Parameters
|
uuids=uuid1, uuid2, uuid3
|
|
Response Content Type
|
application/json
|
DELETE https://localhost:8080/v2/io_role/c088b2cd-509c-4ec5-82db-754a57c32a61/io_users?uuids=bba20a6a-b9dc-11e0-adfd-00ff8314382b%2C+bbe3ceb4-b9dc-11e0-adfd-00ff8314382b
true
|
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
|