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": "eb73f0f6-3c80-450a-8c07-f1febf3a60f5",
    "type": "catalog_fields",
    "attributes": {
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "5f058b56-076d-4eb6-999b-f4abdd26e7a8",
      "multiple": false,
      "position": 1,
      "deleted_at": "2026-02-02T16:12:30.345-08:00",
      "updated_at": "2026-02-02T16:12:30.345-08:00",
      "created_at": "2026-02-02T16:12:28.769-08:00",
      "catalog_id": "5f058b56-076d-4eb6-999b-f4abdd26e7a8"
    },
    "relationships": {
      "catalog": {
        "data": {
          "type": "catalogs",
          "id": "5f058b56-076d-4eb6-999b-f4abdd26e7a8"
        }
      }
    }
  }
}

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