v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence Templates

Delete a sequence template

<small>Requires the sequences:write scope (or a broader one that includes it).</small>

Deletes an existing sequence template.

  • Global templates (seeded by the system) cannot be deleted — returns 403.
  • User-scoped templates are team-shared: any teammate may delete a template visible to them. Out-of-team or non-existent ids return 404.
  • Organization templates require the DeleteOrgTemplates feature scope — callers without it get 403.
delete/v3/sequence-templates/{id}

Path parameters

idstring uuid required

Sequence template Id

Response

Sequence template deleted successfully. The response body is empty.

{"stackTrail":"paths:/v3/sequence-templates/{id}:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}