Delete a specific catalog_field by id
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3971d5e1-64a5-4cbc-8bb0-a1535af76473",
"type": "catalog_fields",
"attributes": {
"catalog_id": "ccb75e56-faf3-4b91-80e0-8a95192645b7",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "ccb75e56-faf3-4b91-80e0-8a95192645b7",
"multiple": false,
"position": 1,
"deleted_at": "2026-01-22T04:39:06.576-08:00",
"updated_at": "2026-01-22T04:39:06.576-08:00",
"created_at": "2026-01-22T04:39:05.684-08:00"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "ccb75e56-faf3-4b91-80e0-8a95192645b7"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3971d5e1-64a5-4cbc-8bb0-a1535af76473",
"type": "catalog_fields",
"attributes": {
"catalog_id": "ccb75e56-faf3-4b91-80e0-8a95192645b7",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "ccb75e56-faf3-4b91-80e0-8a95192645b7",
"multiple": false,
"position": 1,
"deleted_at": "2026-01-22T04:39:06.576-08:00",
"updated_at": "2026-01-22T04:39:06.576-08:00",
"created_at": "2026-01-22T04:39:05.684-08:00"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "ccb75e56-faf3-4b91-80e0-8a95192645b7"
}
}
}
}
}