Delete Webhook

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Remove a webhook endpoint. Requires Merchant Portal Bearer token.

Flow

sequenceDiagram
    autonumber
    participant A as Portal Admin
    participant D as DigetPay Portal API

    A->>D: DELETE /merchant/account/webhooks/{webhookId}
    D-->>A: 204 No Content

Responses

{
  "success": {
    "status": 204,
    "body": null
  }
}

Guide →

Path Params
string
required
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json