DELETE
/
v1
/
custom_forms
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "cc065ee1-af25-421b-822f-ecf7cc62836c",
    "type": "custom_forms",
    "attributes": {
      "slug": "eum-voluptatem-cumque-veritatis",
      "name": "Eum voluptatem cumque veritatis.",
      "description": "Deleniti qui dolores eaque.",
      "enabled": true,
      "command": "eum-voluptatem-cumque-veritatis",
      "created_at": "2025-05-29T17:41:27.349-07:00",
      "updated_at": "2025-05-29T17:41:27.503-07:00"
    }
  }
}

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_form deleted

The response is of type object.