Transcript LOL API
DELETE
/webhooks/{webhookId}

Delete webhook

Deletes a webhook set by you

/webhooks/{webhookId}

The Authorization access token

Authorization

x-api-key<token>

In: header

Path Parameters

webhookId
Required
string

ID of the webhook

curl -X DELETE "https://transcript.lol/api/v1/webhooks/string" \
  -H "Authorization: <token>"

OK

{
  "success": true
}