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": "7b09a265-a1fd-4680-83b7-678516f40859",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "7c5a19f8-b888-4396-8308-646215c66152",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-04T14:51:18.928-08:00",
"updated_at": "2026-02-04T14:51:18.928-08:00",
"created_at": "2026-02-04T14:51:17.558-08:00",
"catalog_id": "7c5a19f8-b888-4396-8308-646215c66152"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "7c5a19f8-b888-4396-8308-646215c66152"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "7b09a265-a1fd-4680-83b7-678516f40859",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "7c5a19f8-b888-4396-8308-646215c66152",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-04T14:51:18.928-08:00",
"updated_at": "2026-02-04T14:51:18.928-08:00",
"created_at": "2026-02-04T14:51:17.558-08:00",
"catalog_id": "7c5a19f8-b888-4396-8308-646215c66152"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "7c5a19f8-b888-4396-8308-646215c66152"
}
}
}
}
}