Локализовано с помощью ИИ

Удаление вебхука

const response = await fetch('https://api.emailit.com/v2/webhooks/wh_2BxFg7KNqr5M', {
  method: 'DELETE',
  headers: {
    'Authorization': 'Bearer em_test_51RxCWJ...vS00p61e0qRE',
    'Content-Type': 'application/json'
  }
});

const result = await response.json();

Ответы

{
  "object": "webhook",
  "id": "wh_2BxFg7KNqr5M...",
  "name": "Мой вебхук",
  "deleted": true
}