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": "e725a7ac-b154-4aaa-93c7-dc1c508deb63",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "f19abb05-d9be-457f-825e-f8ef2f00a4e1",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-03T05:27:00.106-08:00",
"updated_at": "2026-02-03T05:27:00.106-08:00",
"created_at": "2026-02-03T05:26:58.594-08:00",
"catalog_id": "f19abb05-d9be-457f-825e-f8ef2f00a4e1"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "f19abb05-d9be-457f-825e-f8ef2f00a4e1"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e725a7ac-b154-4aaa-93c7-dc1c508deb63",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "f19abb05-d9be-457f-825e-f8ef2f00a4e1",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-03T05:27:00.106-08:00",
"updated_at": "2026-02-03T05:27:00.106-08:00",
"created_at": "2026-02-03T05:26:58.594-08:00",
"catalog_id": "f19abb05-d9be-457f-825e-f8ef2f00a4e1"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "f19abb05-d9be-457f-825e-f8ef2f00a4e1"
}
}
}
}
}