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": "3f5921f9-25e9-40b7-8b20-85703e73b04c",
    "type": "catalog_fields",
    "attributes": {
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "1e78fe35-6014-4c11-b59b-4cb80637c4bd",
      "multiple": false,
      "position": 1,
      "deleted_at": "2026-02-16T02:04:47.508-08:00",
      "updated_at": "2026-02-16T02:04:47.508-08:00",
      "created_at": "2026-02-16T02:04:45.636-08:00",
      "catalog_id": "1e78fe35-6014-4c11-b59b-4cb80637c4bd"
    },
    "relationships": {
      "catalog": {
        "data": {
          "type": "catalogs",
          "id": "1e78fe35-6014-4c11-b59b-4cb80637c4bd"
        }
      }
    }
  }
}

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