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": "f3d8e197-d69f-4427-95ea-20015a762cef",
"type": "custom_forms",
"attributes": {
"slug": "aspernatur-et-dicta-dignissimos",
"name": "Aspernatur et dicta dignissimos.",
"description": "Blanditiis est molestiae hic.",
"enabled": true,
"command": "aspernatur-et-dicta-dignissimos",
"created_at": "2025-12-15T20:46:48.038-08:00",
"updated_at": "2025-12-15T20:46:50.759-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": "f3d8e197-d69f-4427-95ea-20015a762cef",
"type": "custom_forms",
"attributes": {
"slug": "aspernatur-et-dicta-dignissimos",
"name": "Aspernatur et dicta dignissimos.",
"description": "Blanditiis est molestiae hic.",
"enabled": true,
"command": "aspernatur-et-dicta-dignissimos",
"created_at": "2025-12-15T20:46:48.038-08:00",
"updated_at": "2025-12-15T20:46:50.759-08:00"
}
}
}