Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
alert field deleted
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": "34441144-14b1-490d-8f9a-7ae3cb53c2f5",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-1",
"name": "Alert Field 1",
"kind": "custom",
"created_at": "2025-09-23T14:11:16.803-07:00",
"updated_at": "2025-09-23T14:11:19.740-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
alert field deleted
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": "34441144-14b1-490d-8f9a-7ae3cb53c2f5",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-1",
"name": "Alert Field 1",
"kind": "custom",
"created_at": "2025-09-23T14:11:16.803-07:00",
"updated_at": "2025-09-23T14:11:19.740-07:00"
}
}
}