PAGERDUTY_DELETE_CUSTOM_FIELD_BY_FIELD_ID
Deletes a specific custom field from incidents in PagerDuty. This endpoint allows users to remove a custom field that is no longer needed or relevant for incident management. It should be used when you want to permanently delete a custom field from all incidents, both existing and future. The operation is irreversible, so caution should be exercised when using this endpoint. It's important to note that this action will remove the specified custom field and its associated data from all incidents, which could impact reporting and analysis based on that field.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"field_id": {
"type": "string",
"title": "Field Id",
"description": "The ID of the field."
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty