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": "40542e40-4911-48a2-a33e-ab5d027091fe",
    "type": "catalog_fields",
    "attributes": {
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "1f4d880d-e65e-4a35-a0d5-fd23337857c1",
      "multiple": false,
      "position": 1,
      "deleted_at": "2026-02-17T16:55:08.661-08:00",
      "updated_at": "2026-02-17T16:55:08.661-08:00",
      "created_at": "2026-02-17T16:55:06.987-08:00",
      "catalog_id": "1f4d880d-e65e-4a35-a0d5-fd23337857c1"
    },
    "relationships": {
      "catalog": {
        "data": {
          "type": "catalogs",
          "id": "1f4d880d-e65e-4a35-a0d5-fd23337857c1"
        }
      }
    }
  }
}

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