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": "719b4218-bca0-416b-b73a-4f34af827a59",
"type": "form_fields",
"attributes": {
"team_id": 221,
"slug": "ratione-est-eius-vitae",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Ratione est eius vitae.",
"description": "At iusto vel debitis.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-02-05T23:12:38.061-08:00",
"created_at": "2026-02-05T23:12:34.097-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": "719b4218-bca0-416b-b73a-4f34af827a59",
"type": "form_fields",
"attributes": {
"team_id": 221,
"slug": "ratione-est-eius-vitae",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Ratione est eius vitae.",
"description": "At iusto vel debitis.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-02-05T23:12:38.061-08:00",
"created_at": "2026-02-05T23:12:34.097-08:00"
},
"relationships": {
"options": {
"data": []
},
"positions": {
"data": []
}
}
}
}