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": "636dfc6e-73a8-41dc-8a0c-b105f8de8049",
"type": "catalog_fields",
"attributes": {
"catalog_id": "90ee4d7d-0a88-4858-a580-92bba45ad288",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "90ee4d7d-0a88-4858-a580-92bba45ad288",
"multiple": false,
"position": 1,
"deleted_at": "2026-01-08T06:19:56.404-08:00",
"updated_at": "2026-01-08T06:19:56.404-08:00",
"created_at": "2026-01-08T06:19:55.674-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "90ee4d7d-0a88-4858-a580-92bba45ad288",
"type": "catalogs"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "636dfc6e-73a8-41dc-8a0c-b105f8de8049",
"type": "catalog_fields",
"attributes": {
"catalog_id": "90ee4d7d-0a88-4858-a580-92bba45ad288",
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "90ee4d7d-0a88-4858-a580-92bba45ad288",
"multiple": false,
"position": 1,
"deleted_at": "2026-01-08T06:19:56.404-08:00",
"updated_at": "2026-01-08T06:19:56.404-08:00",
"created_at": "2026-01-08T06:19:55.674-08:00"
},
"relationships": {
"catalog": {
"data": {
"id": "90ee4d7d-0a88-4858-a580-92bba45ad288",
"type": "catalogs"
}
}
}
}
}