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": "8fbc98f9-920e-4e7b-a0ca-50959d6f74ef",
    "type": "catalog_fields",
    "attributes": {
      "catalog_id": "27898da8-bcc6-43ae-af61-150587de11bf",
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "27898da8-bcc6-43ae-af61-150587de11bf",
      "multiple": false,
      "position": 1,
      "deleted_at": "2025-12-13T18:47:45.590-08:00",
      "updated_at": "2025-12-13T18:47:45.590-08:00",
      "created_at": "2025-12-13T18:47:44.794-08:00"
    },
    "relationships": {
      "catalog": {
        "data": {
          "id": "27898da8-bcc6-43ae-af61-150587de11bf",
          "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