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": "d131147e-5d10-440d-b764-5b8c9230987a",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "64957081-4b09-491e-a653-c98123b395c1",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-09T22:12:28.198-08:00",
"updated_at": "2026-02-09T22:12:28.198-08:00",
"created_at": "2026-02-09T22:12:26.809-08:00",
"catalog_id": "64957081-4b09-491e-a653-c98123b395c1"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "64957081-4b09-491e-a653-c98123b395c1"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d131147e-5d10-440d-b764-5b8c9230987a",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "64957081-4b09-491e-a653-c98123b395c1",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-09T22:12:28.198-08:00",
"updated_at": "2026-02-09T22:12:28.198-08:00",
"created_at": "2026-02-09T22:12:26.809-08:00",
"catalog_id": "64957081-4b09-491e-a653-c98123b395c1"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "64957081-4b09-491e-a653-c98123b395c1"
}
}
}
}
}