Delete a custom field
DELETE
/crm/funnels/{funnel_id}/custom-fields/{id}Request
Path Params
funnel_id
string
required
id
string
required
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
Example
{
"success": true
}
Last modified: 8 months ago