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
|
|
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={...}
|