DELETE /subscriptions/{id} - deletes a podcast subscription for an user
| Parameter | Parameter Type | Data Type |
|---|---|---|
| api-key | header | string Required |
| Authorization | header | string Required |
invalid HTTP_API_KEYNot authenticated200 - Success401 - Unauthorized actioncurl --request DELETE \
--url https://api-dev.radiozu.ro/v1/subscriptions/3 \
--header 'Authorization: Bearer AUTH_TOKEN' \
--header 'api-key: API_KEY'