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": "546ed237-179d-4a88-aefe-ec720828fd01",
    "type": "custom_forms",
    "attributes": {
      "slug": "corrupti-consectetur-est-blanditiis",
      "name": "Corrupti consectetur est blanditiis.",
      "description": "Dolorem odit nisi dolor.",
      "enabled": true,
      "command": "corrupti-consectetur-est-blanditiis",
      "created_at": "2025-09-13T20:27:15.017-07:00",
      "updated_at": "2025-09-13T20:27:18.058-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

The response is of type object.