Delete Custom Field By Id
DELETE/custom-fields/:id
Delete Custom Field By Id
info
Only supports Custom Objects and Company (Business) today. Will be extended to other Standard Objects in the future.
Request
Version stringrequired
API Version
Available options
v3id stringrequired
Successful response
- application/json
- Schema
- Example (auto)
Schema
succededbooleanrequired
idstringrequired
keystringrequired
{
"succeded": true,
"id": "3v34PM428h8vShlRW1KT",
"key": "custom_object.pet.name"
}