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": "3e015a8d-d830-4009-b875-10bcbfa5f79b",
    "type": "custom_forms",
    "attributes": {
      "slug": "ducimus-laboriosam-aliquam-occaecati",
      "name": "Ducimus laboriosam aliquam occaecati.",
      "description": "Nemo possimus et repellendus.",
      "enabled": true,
      "command": "ducimus-laboriosam-aliquam-occaecati",
      "created_at": "2025-10-04T16:06:23.358-07:00",
      "updated_at": "2025-10-04T16:06:26.718-07: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
I