DELETE
/
v1
/
custom_forms
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a7fe7f06-3e14-4b25-b99c-fe2d97bbcb89",
    "type": "custom_forms",
    "attributes": {
      "slug": "aperiam-eaque-illum-alias",
      "name": "Aperiam eaque illum alias.",
      "description": "Nihil ea animi aut.",
      "enabled": true,
      "command": "aperiam-eaque-illum-alias",
      "created_at": "2025-04-18T09:45:50.049-07:00",
      "updated_at": "2025-04-18T09:45:50.268-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