DELETE
/
v1
/
custom_forms
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "8da927cc-862d-4e07-8756-68e61143c93d",
    "type": "custom_forms",
    "attributes": {
      "slug": "pariatur-qui-ratione-eveniet",
      "name": "Pariatur qui ratione eveniet.",
      "description": "Est corrupti aut maiores.",
      "enabled": true,
      "command": "pariatur-qui-ratione-eveniet",
      "created_at": "2025-05-08T00:17:30.601-07:00",
      "updated_at": "2025-05-08T00:17:30.770-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.