Help Center/ Workspace/ API Reference/ Application Examples/ Workspace Application Streaming/ Deleting or Unsubscribing from a Yearly/Monthly APS
Updated on 2026-05-21 GMT+08:00

Deleting or Unsubscribing from a Yearly/Monthly APS

Description

A yearly/monthly APS can be deleted or unsubscribed from only by calling the API for Unsubscribing from Yearly/Monthly Resources.

For example:

POST https://bss.myhuaweicloud.com/v2/orders/subscriptions/resources/unsubscribe

{
  "resource_ids": [
    "wksapp-ee96725a-e403-4c0f-88b3-0083b2a685ce"
  ],
  "unsubscribe_type": 1
}

resource_ids indicates the resource ID. For an unsubscribed APS, the value is the ID of the yearly/monthly APS.