delete Subscription - unsubscribe

if a webhook is not needed or should be changed you can unsubscription for the webhook by deleting the subscription

Request

nametypedesc.
resource urlhttps://business-api.gett.com/v1/subscribers/subscriberID?businessiD=<companyUUID> \
businessidstringCompany UUID identificator obtained from Gett in registration process
subscriberIdstringid from get-subscriptions
curl --request DELETE \
  --url https://business-api.gett.com/v1/subscribers/[subscriberId]?businessid=[company_uuid] \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer [bearer]'

Response

[]