Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
form_field deleted
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": "c22379a4-2d29-4728-85b6-f74370ae30ee",
"type": "form_fields",
"attributes": {
"team_id": 174,
"slug": "consequuntur-reiciendis-nemo-perspiciatis",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Consequuntur reiciendis nemo perspiciatis.",
"description": "Ut eum voluptatem non.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-11-06T13:22:37.087-08:00",
"created_at": "2025-11-06T13:22:29.308-08:00"
},
"relationships": {
"options": {
"data": []
},
"positions": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
form_field deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c22379a4-2d29-4728-85b6-f74370ae30ee",
"type": "form_fields",
"attributes": {
"team_id": 174,
"slug": "consequuntur-reiciendis-nemo-perspiciatis",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Consequuntur reiciendis nemo perspiciatis.",
"description": "Ut eum voluptatem non.",
"shown": [],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-11-06T13:22:37.087-08:00",
"created_at": "2025-11-06T13:22:29.308-08:00"
},
"relationships": {
"options": {
"data": []
},
"positions": {
"data": []
}
}
}
}