Skip to main content
DELETE
/
v1
/
catalog_fields
/
{id}
Delete a catalog_field
curl --request DELETE \
  --url https://api.rootly.com/v1/catalog_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4af65aab-d144-45a3-9590-469da2af80ba",
    "type": "catalog_fields",
    "attributes": {
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "99bdef96-121b-4d25-9ae9-fc78bf234cde",
      "multiple": false,
      "position": 1,
      "deleted_at": "2026-02-10T13:20:43.655-08:00",
      "updated_at": "2026-02-10T13:20:43.655-08:00",
      "created_at": "2026-02-10T13:20:42.423-08:00",
      "catalog_id": "99bdef96-121b-4d25-9ae9-fc78bf234cde"
    },
    "relationships": {
      "catalog": {
        "data": {
          "type": "catalogs",
          "id": "99bdef96-121b-4d25-9ae9-fc78bf234cde"
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

catalog_field deleted

data
object
required