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": "db0eed8f-f686-4fe0-916d-b3bc0c89a4e0",
"type": "form_fields",
"attributes": {
"team_id": 218,
"slug": "est-vel-expedita-dolores",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Est vel expedita dolores.",
"description": "Est at optio excepturi.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-15T23:01:51.921-08:00",
"created_at": "2026-01-15T23:01:49.393-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": "db0eed8f-f686-4fe0-916d-b3bc0c89a4e0",
"type": "form_fields",
"attributes": {
"team_id": 218,
"slug": "est-vel-expedita-dolores",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Est vel expedita dolores.",
"description": "Est at optio excepturi.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-01-15T23:01:51.921-08:00",
"created_at": "2026-01-15T23:01:49.393-08:00"
},
"relationships": {
"options": {
"data": []
},
"positions": {
"data": []
}
}
}
}