My App
APIEndpoints

POST /v1/webhooks/{webhookId}/disable

Disable a webhook endpoint.

POST/v1/webhooks/{webhookId}/disable

Path Parameters

webhookId*string

Response Body

application/json

curl -X POST "https://api.hyrelog.com/v1/webhooks/string/disable"
{
  "id": "string",
  "status": "string"
}