SmartTask Developers
Main Website
  • Overview
  • Authentication
    • Basics
    • Details
  • Endpoints
    • Organization
      • Fetch Organizations
    • Task
      • Create a Task
      • Complete a Task
    • Contact
      • Create a Contact
    • Record Activity
      • Fetch Activities
      • Add Comment
    • Project
      • Fetch Projects
    • Organization User
      • Filter Users
    • Webhooks
      • Subscribe to an Event
      • Unsubscribe from a Webhook
  • Models
    • Organization
      • Organization User
    • Group
    • Project
    • Record
    • Record Activity
    • Task
    • Contact
    • Webhook
    • Membership
    • File
    • Custom Field
      • Custom Field Value
    • User
Powered by GitBook
On this page
  1. Endpoints
  2. Webhooks

Unsubscribe from a Webhook

Unsubscribe from the webhook

Unsubscribe

DELETE https://ext-v2.smarttask.io/v{api_version}/webhook/unsubscribe/{webhook_id}

This endpoint allows unsubscribe from the Webhook

Path Parameters

Name
Type
Description

api_version

string

Api Version = v1.0

webhook_id

number

Webhook Id to unsubscribe from

Headers

Name
Type
Description

Authentication

string

Bearer Token

{    }
{}

PreviousSubscribe to an EventNextOrganization

Last updated 1 month ago