|
Method
|
DEL
|
|
URL
|
/v2/<object_full_identifier>/fields
|
|
Parameters
|
One of the following is required:
• identifiers: List of full identifiers of fields to delete.
• uuids: List of UUIDs of fields to delete.
|
|
Response Content Type
|
application/json
|
DEL https://<server>/<instance>/metadata/io_showcase/fields?identifiers=io_field1,io_field2,....,io_fieldn
DEL https://<server>/<instance>/metadata/io_showcase/fields?identifiers=io_test_field,io_test_rel_field
DEL https://<server>/<instance>/metadata/io_showcase/fields?uuids=field uuid1,field uuid2,....,field uuidn
|
|
In both cases, the request body is ignored if sent.
|
|
HTTP Status Code
|
Error Message
|
|---|---|
|
400
|
None of the required parameters was specified
|
|
500
|
Error Deleting Records. Exception={...}
|