v1

latestOpenAPI 3.0.02026-07-2459256884.4 KB
Partner Webhooks

Delete a Webhook

This API allows you to delete a specified webhook

delete/v1/partners/webhooks/{webhookId}

Path parameters

webhookIdstring required

Response

Successful response

Example response

{
  "status": {
    "code": 200,
    "desc": "success",
    "messages": [
      {
        "desc": "Example description"
      }
    ]
  }
}