OpenPhn docs
Referencewebhooks

Delete a webhook endpoint

Soft-deletes — the webhook stops receiving events but the record is retained.

DELETE
/v1/webhooks/{webhook_id}

Path Parameters

webhook_id*Webhook Id

Response Body

application/json

application/json

curl -X DELETE "https://loading/v1/webhooks/string"
{
  "status": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}