Jump to Content
Gett DeveloperGuides
HomeGuidesDiscussions
GuidesGett Developer
Guides
HomeGuidesDiscussions

Terms and Conditions

  • GT API - Developer Terms and Conditions
  • Contact us

Business Rides

  • Introduction
  • Authorization
  • Company settings
  • Products
  • Price estimation
  • Booking Requests
    • Statuses
    • Address Handling
    • Single Passenger ride
    • Multi Passenger ride
    • Multi Stop ride
    • Booking Details
    • Update Booking
    • Cancel Booking
    • Booking Receipt
    • Delivery
  • Webhooks
    • Authorization
    • Subscribe
    • Get Subscriptions
    • delete Subscription - unsubscribe
    • Events
  • Postman collection

Business Reports

  • Authorization
  • Get order
  • Get orders by period
  • Webhooks

Employee management

  • Employee API
    • Authorization
    • Add Employee
    • Update employee
    • Delete employee
    • Get Employee
    • Get Employees
    • Get policy groups
  • Employee feed - SFTP
    • Update logic
    • File requirements
  • SSO

References

  • One time code
    • Authorization
    • Add reference code
  • Reference feed - SFTP
    • File requirements
    • Errors

Ride Exchange

  • Overview and Docs

Deeplink

  • Overview
  • Ride request
  • Service availability
    • Gett ETA
    • Price estimation
    • Products

Status page

  • Service Status page
Powered by 

Unsubscribe webhook

Suggest Edits

Resource

DELETE api/v1/webhook/subscribe

Authorization

OAuth 2.0 bearer token with Business scope.

Request

curl -X DELETE \
  https://api.gett.com/v1/webhook/subscribe/[ID] \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer [TOKEN]' \
  -H 'Cache-Control: no-cache' \

Responce

{
    "message": "ok",
 }

Updated almost 4 years ago