Custom Forms
Delete a Custom Form
Deletes specified Custom Forms.
post/customform.delete
Request body
Example request
{
"data": {
"typedIds": [
"123.CFO"
]
}
}Response
A general response that contains data property with a content depending on returned objects (e.g., Product master table fields when calling the /fetch/P endpoint). Can be null.
Changes
No recorded changes to this endpoint across all 1 revision of this API.