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": "ae28ad0f-048d-46d6-99f3-c8e5fb7f4dc1",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "8d050f7b-d150-420e-a657-8230ba7b1fb5",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-20T17:55:35.979-08:00",
"updated_at": "2026-02-20T17:55:35.979-08:00",
"created_at": "2026-02-20T17:55:34.929-08:00",
"catalog_id": "8d050f7b-d150-420e-a657-8230ba7b1fb5"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "8d050f7b-d150-420e-a657-8230ba7b1fb5"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/catalog_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ae28ad0f-048d-46d6-99f3-c8e5fb7f4dc1",
"type": "catalog_fields",
"attributes": {
"name": "Test",
"slug": "test",
"kind": "reference",
"kind_catalog_id": "8d050f7b-d150-420e-a657-8230ba7b1fb5",
"multiple": false,
"position": 1,
"deleted_at": "2026-02-20T17:55:35.979-08:00",
"updated_at": "2026-02-20T17:55:35.979-08:00",
"created_at": "2026-02-20T17:55:34.929-08:00",
"catalog_id": "8d050f7b-d150-420e-a657-8230ba7b1fb5"
},
"relationships": {
"catalog": {
"data": {
"type": "catalogs",
"id": "8d050f7b-d150-420e-a657-8230ba7b1fb5"
}
}
}
}
}