Skip to main content
DELETE
/
subscriptions
/
{id}
刪除訂閱
curl --request DELETE \
  --url https://api.zangsho.com/v1/subscriptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Unauthenticated."
}

Documentation Index

Fetch the complete documentation index at: https://developers.zangsho.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

使用 Laravel Sanctum Token 進行認證。

Token 可在商家後台的「API 設定」頁面取得。

Path Parameters

id
integer
required

Response

訂閱刪除成功