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": "5d1d9548-2893-4b6d-9006-2b01593eea0c",
"type": "catalog_fields",
"attributes": {
"catalog_id": "4c73e3b2-959a-4d3c-b17b-733dd570071a",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "4c73e3b2-959a-4d3c-b17b-733dd570071a",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-24T09:23:51.310-08:00",
"updated_at": "2025-12-24T09:23:51.310-08:00",
"created_at": "2025-12-24T09:23:50.736-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "4c73e3b2-959a-4d3c-b17b-733dd570071a",
"type": "catalogs"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5d1d9548-2893-4b6d-9006-2b01593eea0c",
"type": "catalog_fields",
"attributes": {
"catalog_id": "4c73e3b2-959a-4d3c-b17b-733dd570071a",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "4c73e3b2-959a-4d3c-b17b-733dd570071a",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-24T09:23:51.310-08:00",
"updated_at": "2025-12-24T09:23:51.310-08:00",
"created_at": "2025-12-24T09:23:50.736-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "4c73e3b2-959a-4d3c-b17b-733dd570071a",
"type": "catalogs"
}
}
}
}
}