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": "5f8e29a0-a551-4759-836d-fa37b3c461a1",
"type": "form_fields",
"attributes": {
"team_id": 221,
"slug": "ut-officia-explicabo-doloremque",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Ut officia explicabo doloremque.",
"description": "Sed saepe ullam distinctio.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-30T02:48:04.774-08:00",
"created_at": "2026-01-30T02:47:59.705-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": "5f8e29a0-a551-4759-836d-fa37b3c461a1",
"type": "form_fields",
"attributes": {
"team_id": 221,
"slug": "ut-officia-explicabo-doloremque",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Ut officia explicabo doloremque.",
"description": "Sed saepe ullam distinctio.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-30T02:48:04.774-08:00",
"created_at": "2026-01-30T02:47:59.705-08:00"
},
"relationships": {
"options": {
"data": []
},
"positions": {
"data": []
}
}
}
}