Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [DEPRECATED] CustomFieldOptions
- [DEPRECATED] CustomFields
- CustomForms
- DashboardPanels
- Dashboards
- Environments
- EscalationPolicies
- EscalationLevelsPolicies
- EscalationLevelsPath
- EscalationLevels
- EscalationPaths
- FormFieldOptions
- FormFieldPlacementConditions
- FormFieldPlacements
- FormFieldPositions
- FormFields
- FormSetConditions
- FormSets
- Functionalities
- WorkflowTasks
- [DEPRECATED] WorkflowCustomFieldSelections
- WorkflowFormFieldConditions
- WorkflowGroups
- WorkflowRuns
- Workflows
- Heartbeats
- IncidentActionItems
- [DEPRECATED] IncidentCustomFieldSelections
- IncidentEventFunctionalities
- IncidentEventServices
- IncidentEvents
- IncidentFeedbacks
- IncidentFormFieldSelections
- IncidentPermissionSetBooleans
- IncidentPermissionSetResources
- IncidentPermissionSets
- IncidentRetrospectives
- IncidentRetrospectiveSteps
- IncidentRoleTasks
- IncidentRoles
- IncidentStatusPageEvents
- IncidentSubStatuses
- IncidentTypes
- Incidents
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
CustomForms
Delete a custom form
CustomForms
Delete a custom form
Delete a specific custom form by id
DELETE
/
v1
/
custom_forms
/
{id}
curl --request DELETE \
--url https://api.rootly.com/v1/custom_forms/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "38fabace-768f-4a4d-bc64-f36a3766da1a",
"type": "custom_forms",
"attributes": {
"slug": "deleniti-voluptate-veniam-reprehenderit",
"name": "Deleniti voluptate veniam reprehenderit.",
"description": "Recusandae est sed ex.",
"enabled": true,
"command": "deleniti-voluptate-veniam-reprehenderit",
"created_at": "2025-03-13T11:59:52.790-07:00",
"updated_at": "2025-03-13T11:59:52.943-07:00"
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/vnd.api+json
custom_form deleted
Unique id of the custom form.
Available options:
custom_forms
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/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "38fabace-768f-4a4d-bc64-f36a3766da1a",
"type": "custom_forms",
"attributes": {
"slug": "deleniti-voluptate-veniam-reprehenderit",
"name": "Deleniti voluptate veniam reprehenderit.",
"description": "Recusandae est sed ex.",
"enabled": true,
"command": "deleniti-voluptate-veniam-reprehenderit",
"created_at": "2025-03-13T11:59:52.790-07:00",
"updated_at": "2025-03-13T11:59:52.943-07:00"
}
}
}