Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
form_set deleted
Delete a specific form_set by id
curl --request DELETE \
--url https://api.rootly.com/v1/form_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5db84ad6-0c91-4336-a24d-672523db8c09",
"type": "form_sets",
"attributes": {
"name": "Test",
"slug": "test",
"is_default": false,
"forms": [
"web_new_incident_form"
],
"updated_at": "2025-11-21T14:29:45.507-08:00",
"created_at": "2025-11-21T14:29:42.999-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
form_set deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5db84ad6-0c91-4336-a24d-672523db8c09",
"type": "form_sets",
"attributes": {
"name": "Test",
"slug": "test",
"is_default": false,
"forms": [
"web_new_incident_form"
],
"updated_at": "2025-11-21T14:29:45.507-08:00",
"created_at": "2025-11-21T14:29:42.999-08:00"
}
}
}