Delete a specific form_field by id
curl --request DELETE \
--url https://api.rootly.com/v1/form_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "05d040cf-4775-4299-a8fd-ff48c9f8109e",
"type": "form_fields",
"attributes": {
"team_id": 203,
"slug": "quis-et-voluptas-consequatur",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Quis et voluptas consequatur.",
"description": "Corrupti sed necessitatibus et.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-03T21:26:26.651-08:00",
"created_at": "2026-01-03T21:26:23.889-08:00"
},
"relationships": {
"options": {
"data": []
},
"positions": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "05d040cf-4775-4299-a8fd-ff48c9f8109e",
"type": "form_fields",
"attributes": {
"team_id": 203,
"slug": "quis-et-voluptas-consequatur",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Quis et voluptas consequatur.",
"description": "Corrupti sed necessitatibus et.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-03T21:26:26.651-08:00",
"created_at": "2026-01-03T21:26:23.889-08:00"
},
"relationships": {
"options": {
"data": []
},
"positions": {
"data": []
}
}
}
}