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": "cf701e70-1170-42f7-b46b-a5b898f5b99d",
    "type": "catalog_fields",
    "attributes": {
      "catalog_id": "99a4dc23-b19f-4426-b46b-c54a418383af",
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "99a4dc23-b19f-4426-b46b-c54a418383af",
      "multiple": false,
      "position": 1,
      "deleted_at": "2025-11-21T14:28:20.700-08:00",
      "updated_at": "2025-11-21T14:28:20.700-08:00",
      "created_at": "2025-11-21T14:28:19.524-08:00"
    },
    "relationships": {
      "catalog": {
        "data": {
          "id": "99a4dc23-b19f-4426-b46b-c54a418383af",
          "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