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": "0a1e1c6b-d2e7-4922-8b3e-43a02419b84f",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "74ec534b-b147-4f16-9676-6a739923c02a",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-11T12:58:35.841-08:00",
"updated_at": "2026-02-11T12:58:35.841-08:00",
"created_at": "2026-02-11T12:58:32.456-08:00",
"catalog_id": "74ec534b-b147-4f16-9676-6a739923c02a"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "74ec534b-b147-4f16-9676-6a739923c02a"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "0a1e1c6b-d2e7-4922-8b3e-43a02419b84f",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "74ec534b-b147-4f16-9676-6a739923c02a",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-11T12:58:35.841-08:00",
"updated_at": "2026-02-11T12:58:35.841-08:00",
"created_at": "2026-02-11T12:58:32.456-08:00",
"catalog_id": "74ec534b-b147-4f16-9676-6a739923c02a"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "74ec534b-b147-4f16-9676-6a739923c02a"
}
}
}
}
}