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": "e004111e-940b-4969-9bba-271fe5bf0784",
"type": "form_sets",
"attributes": {
"name": "Test",
"slug": "test",
"is_default": false,
"forms": [
"web_new_incident_form"
],
"updated_at": "2025-11-27T00:07:56.136-08:00",
"created_at": "2025-11-27T00:07:52.367-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": "e004111e-940b-4969-9bba-271fe5bf0784",
"type": "form_sets",
"attributes": {
"name": "Test",
"slug": "test",
"is_default": false,
"forms": [
"web_new_incident_form"
],
"updated_at": "2025-11-27T00:07:56.136-08:00",
"created_at": "2025-11-27T00:07:52.367-08:00"
}
}
}