[DEPRECATED] Use form field endpoints instead. Delete a specific custom field by id
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "repudiandae-necessitatibus-voluptate-porro",
"description": "Quis eaque temporibus in.",
"enabled": true,
"position": 1,
"updated_at": "2025-12-05T21:23:33.043-08:00",
"created_at": "2025-12-05T21:23:30.882-08:00",
"kind": "text",
"label": "Repudiandae necessitatibus voluptate porro.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
custom_field deleted
Show child attributes
Unique ID of the custom_field
custom_fields Show child attributes
The name of the custom_field
The slug of the custom_field
Where the custom_field is shown
incident_form, incident_mitigation_form, incident_resolution_form, incident_post_mortem_form, incident_slack_form, incident_mitigation_slack_form, incident_resolution_slack_form, incident_post_mortem Where the custom_field is required
incident_form, incident_mitigation_form, incident_resolution_form, incident_post_mortem_form, incident_slack_form, incident_mitigation_slack_form, incident_resolution_slack_form The position of the custom_field
Date of creation
Date of last update
The kind of the custom_field
Whether the custom_field is enabled
The description of the custom_field
The default value for text field kinds
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "repudiandae-necessitatibus-voluptate-porro",
"description": "Quis eaque temporibus in.",
"enabled": true,
"position": 1,
"updated_at": "2025-12-05T21:23:33.043-08:00",
"created_at": "2025-12-05T21:23:30.882-08:00",
"kind": "text",
"label": "Repudiandae necessitatibus voluptate porro.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}