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
The response is of type object
.
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": "546ed237-179d-4a88-aefe-ec720828fd01",
"type": "custom_forms",
"attributes": {
"slug": "corrupti-consectetur-est-blanditiis",
"name": "Corrupti consectetur est blanditiis.",
"description": "Dolorem odit nisi dolor.",
"enabled": true,
"command": "corrupti-consectetur-est-blanditiis",
"created_at": "2025-09-13T20:27:15.017-07:00",
"updated_at": "2025-09-13T20:27:18.058-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
custom_form found by slug
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_forms/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "546ed237-179d-4a88-aefe-ec720828fd01",
"type": "custom_forms",
"attributes": {
"slug": "corrupti-consectetur-est-blanditiis",
"name": "Corrupti consectetur est blanditiis.",
"description": "Dolorem odit nisi dolor.",
"enabled": true,
"command": "corrupti-consectetur-est-blanditiis",
"created_at": "2025-09-13T20:27:15.017-07:00",
"updated_at": "2025-09-13T20:27:18.058-07:00"
}
}
}