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": "2e6db63d-c9e9-42a6-a86a-83b87f6a9270",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "e59e5f6a-000a-4b90-81bc-0e3328eb9e79",
"multiple": false,
"position": 1,
"deleted_at": "2026-01-31T09:13:59.401-08:00",
"updated_at": "2026-01-31T09:13:59.401-08:00",
"created_at": "2026-01-31T09:13:58.245-08:00",
"catalog_id": "e59e5f6a-000a-4b90-81bc-0e3328eb9e79"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "e59e5f6a-000a-4b90-81bc-0e3328eb9e79"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2e6db63d-c9e9-42a6-a86a-83b87f6a9270",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "e59e5f6a-000a-4b90-81bc-0e3328eb9e79",
"multiple": false,
"position": 1,
"deleted_at": "2026-01-31T09:13:59.401-08:00",
"updated_at": "2026-01-31T09:13:59.401-08:00",
"created_at": "2026-01-31T09:13:58.245-08:00",
"catalog_id": "e59e5f6a-000a-4b90-81bc-0e3328eb9e79"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "e59e5f6a-000a-4b90-81bc-0e3328eb9e79"
}
}
}
}
}