Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
custom alert field deleted successfully
Delete a specific alert field by id
curl --request DELETE \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9c1c563f-9967-41fb-a5f3-378acb89ad70",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-12",
"name": "Alert Field 12",
"kind": "custom",
"created_at": "2025-11-27T00:04:55.287-08:00",
"updated_at": "2025-11-27T00:04:55.389-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
custom alert field deleted successfully
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9c1c563f-9967-41fb-a5f3-378acb89ad70",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-12",
"name": "Alert Field 12",
"kind": "custom",
"created_at": "2025-11-27T00:04:55.287-08:00",
"updated_at": "2025-11-27T00:04:55.389-08:00"
}
}
}