Azeer API Documentation
  1. Webhooks
Azeer API Documentation
  • Welcome 👋
  • API Authentication
  • API Endpoints
    • Messages
      • Messages Overview
      • Get Templates List
      • Send a Template Message
      • Send a Text Message
      • Send a Document
      • Send an Image
    • Agents
      • List All Agents
      • Get an Agent Details
      • Assign Contact to an Agent
    • Contacts
      • Create a Contact
      • Get Contact Details
    • Webhooks
      • Webhooks Overview
      • List All Webhooks
        GET
      • Get Webhook Details
        GET
      • Create Webhook
        POST
      • Delete Webhook
        DELETE
    • Tags
      • Create a Tag
      • List All Tags
      • Adding Tag to a Contact
  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 a Tag
Built with