cURL
curl --request DELETE \ --url https://api.spacebring.com/subscriptions/v1/{id}/items/{itemId} \ --header 'Authorization: Basic <encoded-value>'
{ "message": "<string>", "type": "<string>" }
Delete a subscription item.
subscriptions
See our authentication documentation for how to authorize your requests
The id of the subscription.
The id of the subscription item.
No Content