Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
custom_form found by slug
Delete a specific custom form by id
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"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
custom_form found by slug
Show child attributes
Was this page helpful?
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"
}
}
}