Delete a specific alert field by id
curl --request DELETE \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"type": "alert_fields",
"attributes": {
"name": "<string>",
"kind": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>"
},
"id": "<string>"
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"type": "alert_fields",
"attributes": {
"name": "<string>",
"kind": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>"
},
"id": "<string>"
}
}