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": "cc326957-8e4a-43a7-8814-de5b581fba70",
"type": "custom_forms",
"attributes": {
"slug": "tenetur-ipsam-deserunt-esse",
"name": "Tenetur ipsam deserunt esse.",
"description": "Aut dolore sunt debitis.",
"enabled": true,
"command": "tenetur-ipsam-deserunt-esse",
"created_at": "2025-11-26T20:52:10.492-08:00",
"updated_at": "2025-11-26T20:52:14.255-08: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
Unique id of the custom form.
custom_forms Show child attributes
The name of the custom form.
The custom form slug. Add this to form_field.shown or form_field.required to associate form fields with custom forms.
The Slack command used to trigger this form.
Date of creation.
Date of last update.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_forms/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "cc326957-8e4a-43a7-8814-de5b581fba70",
"type": "custom_forms",
"attributes": {
"slug": "tenetur-ipsam-deserunt-esse",
"name": "Tenetur ipsam deserunt esse.",
"description": "Aut dolore sunt debitis.",
"enabled": true,
"command": "tenetur-ipsam-deserunt-esse",
"created_at": "2025-11-26T20:52:10.492-08:00",
"updated_at": "2025-11-26T20:52:14.255-08:00"
}
}
}