delete_macro
Remove unwanted macros by specifying the ID using the tool on the Zendesk API MCP Server, streamlining macro management and ensuring clean workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Macro ID to delete |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"description": "Macro ID to delete",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}