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": "7b728886-731e-409d-ad8a-e5c2879227d7",
    "type": "custom_forms",
    "attributes": {
      "slug": "alias-voluptates-optio-illum",
      "name": "Alias voluptates optio illum.",
      "description": "Sunt sint nam quae.",
      "enabled": true,
      "command": "alias-voluptates-optio-illum",
      "created_at": "2026-02-13T18:05:41.004-08:00",
      "updated_at": "2026-02-13T18:05:44.058-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