Jump to Content
SumoQuote Tutorials & Support
GuidesAPI Reference
Log InSumoQuote Tutorials & Support
API Reference
Log In
GuidesAPI Reference

AUTHENTICATION

  • OAuth 2.0
  • API Key

THE BASICS

  • An Authenticated Query of the SumoQuote API
  • Requests as a specific SumoQuote user
  • ContinuationToken (Paging)

SumoQuote.PublicAPI

  • Project
    • List Projectsget
    • Create Projectpost
    • List All Projectsget
    • Retrieve Projectget
    • Update Projectput
    • Delete Projectdel
  • Report
    • List Reportsget
    • Retrieve Reportget
    • Download PDF Reportget
  • User
    • List SumoQuote Usersget
    • Adds a new SumoQuote user to the SumoQuote account.post
  • WebHook
    • Webhook Batch Createpost
    • Webhook Batch Deletedel

SumoQuote.PublicAPI v2

  • Project
    • Search in projectsget
    • Create projectpost
    • Get user projectsget
    • Get projectget
    • Update projectput
    • Delete projectdel
  • Report
    • Get project reportsget
    • Get reportget
    • Get report signature detailsget
    • Download report PDFget
  • User
    • Get SumoQuote usersget
    • Get user profileget
  • WebHook
    • Create webhook batchpost
    • Delete webhook batchdel
Powered by 

Webhook Batch Delete

delete https://api.sumoquote.com/v1/WebHook/batch

Deletes a list of given webhooks. This is a permanent delete.

Language
Credentials
Click Try It! to start a request and see the response here!