> ## Documentation Index
> Fetch the complete documentation index at: https://alguna.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Subscription Version

> Delete a draft subscription version

Deletes a subscription version that is in the draft state. Once a version is published, it cannot be deleted.

## Path Parameters

<ParamField path="id" type="string" required>
  The unique identifier of the subscription
</ParamField>

<ParamField path="versionId" type="string" required>
  The unique identifier of the subscription version to delete
</ParamField>

## Response

<Snippet file="subscription-version-delete-response.mdx" />

<Snippet file="subscription-version-delete-response-fields.mdx" />
