Delete Custom Field Folder
DELETE/custom-fields/folder/:id
Create Custom Field Folder
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
locationId stringrequired
Location Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
succededbooleanrequired
idstringrequired
keystringrequired
{
"succeded": true,
"id": "3v34PM428h8vShlRW1KT",
"key": "custom_object.pet.name"
}