Skip to main content
DELETE
/
v1
/
custom_forms
/
{id}
Delete a custom form
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "cc326957-8e4a-43a7-8814-de5b581fba70",
    "type": "custom_forms",
    "attributes": {
      "slug": "tenetur-ipsam-deserunt-esse",
      "name": "Tenetur ipsam deserunt esse.",
      "description": "Aut dolore sunt debitis.",
      "enabled": true,
      "command": "tenetur-ipsam-deserunt-esse",
      "created_at": "2025-11-26T20:52:10.492-08:00",
      "updated_at": "2025-11-26T20:52:14.255-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

custom_form found by slug

data
object
required