DELETE
/
v1
/
custom_forms
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "d2bd715d-5a68-4611-8870-d80f21048a60",
    "type": "custom_forms",
    "attributes": {
      "slug": "cumque-aliquam-quidem-facere",
      "name": "Cumque aliquam quidem facere.",
      "description": "Minus dolores quia recusandae.",
      "enabled": true,
      "command": "cumque-aliquam-quidem-facere",
      "created_at": "2025-06-19T02:18:05.402-07:00",
      "updated_at": "2025-06-19T02:18:05.522-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.