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": "47146e3c-1b9c-46fc-b354-670537a7632f",
"type": "custom_forms",
"attributes": {
"slug": "laborum-fugiat-distinctio-qui",
"name": "Laborum fugiat distinctio qui.",
"description": "Dolorem suscipit temporibus assumenda.",
"enabled": true,
"command": "laborum-fugiat-distinctio-qui",
"created_at": "2025-11-27T00:07:02.151-08:00",
"updated_at": "2025-11-27T00:07:06.214-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
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_forms/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "47146e3c-1b9c-46fc-b354-670537a7632f",
"type": "custom_forms",
"attributes": {
"slug": "laborum-fugiat-distinctio-qui",
"name": "Laborum fugiat distinctio qui.",
"description": "Dolorem suscipit temporibus assumenda.",
"enabled": true,
"command": "laborum-fugiat-distinctio-qui",
"created_at": "2025-11-27T00:07:02.151-08:00",
"updated_at": "2025-11-27T00:07:06.214-08:00"
}
}
}