delete Subscription - unsubscribe
if a webhook is not needed or should be changed you can unsubscription for the webhook by deleting the subscription
Request
name | type | desc. |
---|---|---|
resource url | https://business-api.gett.com/v1/subscribers/subscriberID?businessiD=<companyUUID> \ | |
businessid | string | Company UUID identificator obtained from Gett in registration process |
subscriberId | string | id 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
[]
Updated over 3 years ago