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": "4d3c0749-e8d2-4ef0-b8be-66c7f0648f3b",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "7c2143de-55c0-4285-b9bc-49165d96833f",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-17T02:39:02.243-08:00",
"updated_at": "2026-02-17T02:39:02.243-08:00",
"created_at": "2026-02-17T02:39:00.859-08:00",
"catalog_id": "7c2143de-55c0-4285-b9bc-49165d96833f"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "7c2143de-55c0-4285-b9bc-49165d96833f"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "4d3c0749-e8d2-4ef0-b8be-66c7f0648f3b",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "7c2143de-55c0-4285-b9bc-49165d96833f",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-17T02:39:02.243-08:00",
"updated_at": "2026-02-17T02:39:02.243-08:00",
"created_at": "2026-02-17T02:39:00.859-08:00",
"catalog_id": "7c2143de-55c0-4285-b9bc-49165d96833f"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "7c2143de-55c0-4285-b9bc-49165d96833f"
}
}
}
}
}