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": "e5335b06-8afd-4402-9283-38f5e153b6df",
    "type": "catalog_fields",
    "attributes": {
      "catalog_id": "8ba9ab63-0e08-49ab-8c56-d682e7fd6aae",
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "8ba9ab63-0e08-49ab-8c56-d682e7fd6aae",
      "multiple": false,
      "position": 1,
      "deleted_at": "2025-11-18T15:36:04.224-08:00",
      "updated_at": "2025-11-18T15:36:04.224-08:00",
      "created_at": "2025-11-18T15:36:03.313-08:00"
    },
    "relationships": {
      "catalog": {
        "data": {
          "id": "8ba9ab63-0e08-49ab-8c56-d682e7fd6aae",
          "type": "catalogs"
        }
      }
    }
  }
}

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