DELETE
/
v1
/
custom_forms
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_forms/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "38fabace-768f-4a4d-bc64-f36a3766da1a",
    "type": "custom_forms",
    "attributes": {
      "slug": "deleniti-voluptate-veniam-reprehenderit",
      "name": "Deleniti voluptate veniam reprehenderit.",
      "description": "Recusandae est sed ex.",
      "enabled": true,
      "command": "deleniti-voluptate-veniam-reprehenderit",
      "created_at": "2025-03-13T11:59:52.790-07:00",
      "updated_at": "2025-03-13T11:59:52.943-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