Delete a JsonFabrica sequence
jsonfabrica_delete_sequencePermanently delete a named sequence from JsonFabrica. Use when you need to remove sequence history and state irrecoverably, unlike archive.
Instructions
Calls DELETE /v1/sequences/{name}. This is a hard, permanent delete — unlike jsonfabrica_delete_template's soft-delete/archive behavior, the sequence record is removed entirely and cannot be recovered; there is no status: "archived" equivalent for sequences. Returns no content on success. Any template body still calling createSeq()/getSeq() with this name afterwards will no longer see the deleted history/state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact name of the sequence to delete. Required. |