DELETE
/
v1
/
custom_forms
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3fa88925-8f71-40b0-ac29-c8525562c332",
    "type": "custom_forms",
    "attributes": {
      "slug": "eum-aut-rem-et",
      "name": "Eum aut rem et.",
      "description": "Deleniti ullam dolore reprehenderit.",
      "enabled": true,
      "command": "eum-aut-rem-et",
      "created_at": "2025-06-21T11:58:15.729-07:00",
      "updated_at": "2025-06-21T11:58:15.843-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.