Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-workflows

delete_release

Delete a release and its snapshot. The current production release cannot be deleted — call set_production_release first to promote another release (or clear the pointer).

Parameters#

NameTypeRequiredDefaultDescription
release_idstringyesThe release id (release_…)

Returns#

json
{ "deleted": true, "release_id": "release_abc" }

Errors#

error_typeWhen
auth_errorMissing / invalid API key
not_foundRelease id doesn’t exist or is outside your org
validation_errorThe release is currently the production release

See also#

  • list_releases — what exists before pruning
  • set_production_release — move production off a release first