Skip to main content
DELETE
/
subscriptions
/
{id}
/
versions
/
{versionId}
Delete Subscription Version
curl --request DELETE \
  --url https://api.alguna.io/subscriptions/{id}/versions/{versionId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "subver_0000000000000001"
}

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.

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

Path Parameters

id
string
required
The unique identifier of the subscription
versionId
string
required
The unique identifier of the subscription version to delete

Response

{
  "id": "subver_0000000000000001"
}
id
string
Unique identifier of the deleted subscription version