Azeer API
  1. Webhooks
Azeer API
  • Default module
    • API Authentication
    • APIs
      • Agents
        • Create Agent
        • Update Agent
        • Get Agent Details
      • Contacts
        • Create Contact
        • Create Bulk Contacts
      • Messages
        • Send Message
        • Delete Message
        • Delete Bulk Messages
      • Webhooks
        • Webhooks
        • List all webhooks
          GET
        • Get Webhook Details
          GET
        • Create Webhook
          POST
        • Delete Webhook
          DELETE
      • tags
        • Create Tag
  1. Webhooks

Delete Webhook

DELETE
https://api.mottasl.ai/v1/webhook/{id}
Last modified:2025-01-09 14:17:44
Delete an existing webhook by webhook ID

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.mottasl.ai/v1/webhook/12345' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Body

Example
{
    "success": true,
    "message": "string"
}
🔴500InternelError
🟠400BadRequest
Modified at 2025-01-09 14:17:44
Previous
Create Webhook
Next
Create Tag
Built with