DELETE
/
v1
/
custom_forms
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f07d1f3f-f9a4-43ca-8351-6060f2c45793",
    "type": "custom_forms",
    "attributes": {
      "slug": "ad-nesciunt-aut-porro",
      "name": "Ad nesciunt aut porro.",
      "description": "Incidunt quam laboriosam commodi.",
      "enabled": true,
      "command": "ad-nesciunt-aut-porro",
      "created_at": "2025-07-09T09:06:59.933-07:00",
      "updated_at": "2025-07-09T09:07:00.056-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.