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": "301f5643-d5bf-4d98-820a-dc0b40261812",
"type": "catalog_fields",
"attributes": {
"catalog_id": "d7cd037c-c51f-4071-9fec-c0dc468a05dc",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "d7cd037c-c51f-4071-9fec-c0dc468a05dc",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-19T18:14:03.062-08:00",
"updated_at": "2025-12-19T18:14:03.062-08:00",
"created_at": "2025-12-19T18:14:02.369-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "d7cd037c-c51f-4071-9fec-c0dc468a05dc",
"type": "catalogs"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "301f5643-d5bf-4d98-820a-dc0b40261812",
"type": "catalog_fields",
"attributes": {
"catalog_id": "d7cd037c-c51f-4071-9fec-c0dc468a05dc",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "d7cd037c-c51f-4071-9fec-c0dc468a05dc",
"multiple": false,
"position": 1,
"deleted_at": "2025-12-19T18:14:03.062-08:00",
"updated_at": "2025-12-19T18:14:03.062-08:00",
"created_at": "2025-12-19T18:14:02.369-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "d7cd037c-c51f-4071-9fec-c0dc468a05dc",
"type": "catalogs"
}
}
}
}
}