Delete Macro
gorgias_delete_macroPermanently delete a macro by its unique ID. The action cannot be undone; macros used by active rules return a conflict error.
Instructions
DELETE /api/macros/{id} — Permanently delete a macro by ID. This action cannot be undone. Macros in use by active rules cannot be deleted (returns 409 Conflict). Returns 204 No Content on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the macro to delete |