cURL
curl -X DELETE \ /subscriptions/{id} \ --header "Authorization: Bearer <token>"
Delete a subscription. This is only possible if the subscription is in draft mode.
subscription:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscription identifier
Subscription resource deleted
War diese Seite hilfreich?