DELETE
/
v1
/
custom_fields
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_fields/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "2",
    "type": "custom_fields",
    "attributes": {
      "slug": "non-magnam-omnis-asperiores",
      "description": "Sed placeat dolorum voluptates.",
      "enabled": true,
      "position": 1,
      "updated_at": "2025-03-13T11:59:42.261-07:00",
      "created_at": "2025-03-13T11:59:37.785-07:00",
      "kind": "text",
      "label": "Non magnam omnis asperiores.",
      "shown": [],
      "required": []
    },
    "relationships": {
      "options": {
        "data": []
      }
    }
  }
}

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
custom_field deleted
data
object
required

Was this page helpful?