DELETE
/
v1
/
custom_forms
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "fa3c7948-47b8-4d3e-a46c-1b48306bcce2",
    "type": "custom_forms",
    "attributes": {
      "slug": "repellendus-reprehenderit-ipsam-sit",
      "name": "Repellendus reprehenderit ipsam sit.",
      "description": "Quas omnis adipisci qui.",
      "enabled": true,
      "command": "repellendus-reprehenderit-ipsam-sit",
      "created_at": "2025-03-19T07:49:04.038-07:00",
      "updated_at": "2025-03-19T07:49:04.207-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
data
object
required