cURL
curl -X DELETE \ /subscription-items/{id} \ --header "Authorization: Bearer <token>"
Removes a subscription item. This is only possible, if the subscription item is not billed yet.
subscription:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SubscriptionItem identifier
SubscriptionItem resource deleted
War diese Seite hilfreich?