DELETE
/
v1
/
catalog_fields
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/catalog_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "0326b7a4-4bc3-48a0-afc5-374775b7faa4",
    "type": "catalog_fields",
    "attributes": {
      "catalog_id": "4adf199e-925f-4b59-8f05-a50d6ca62263",
      "name": "Test",
      "slug": "test",
      "kind": "reference",
      "kind_catalog_id": "4adf199e-925f-4b59-8f05-a50d6ca62263",
      "multiple": false,
      "position": 1,
      "deleted_at": "2025-06-19T02:37:53.862-07:00",
      "updated_at": "2025-06-19T02:37:53.862-07:00",
      "created_at": "2025-06-19T02:37:52.185-07:00"
    },
    "relationships": {
      "catalog": {
        "data": {
          "id": "4adf199e-925f-4b59-8f05-a50d6ca62263",
          "type": "catalogs"
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

catalog_field deleted

The response is of type object.