curl --request DELETE \
--url https://api.owem.com.br/v4/i/webhooks/config/{configId} \
--header 'Authorization: <authorization>'{
"requestId": "d93f1a21-8b0e-4d02-9459-3e7c0b47a8c5",
"success": true,
"size": 1,
"data": {
"message": "Webhook config removida com sucesso"
}
}
Permanently removes a webhook configuration. Delete webhooks that are no longer needed.
curl --request DELETE \
--url https://api.owem.com.br/v4/i/webhooks/config/{configId} \
--header 'Authorization: <authorization>'{
"requestId": "d93f1a21-8b0e-4d02-9459-3e7c0b47a8c5",
"success": true,
"size": 1,
"data": {
"message": "Webhook config removida com sucesso"
}
}
Basic {Base64(API_KEY:API_SECRET)}{
"requestId": "d93f1a21-8b0e-4d02-9459-3e7c0b47a8c5",
"success": true,
"size": 1,
"data": {
"message": "Webhook config removida com sucesso"
}
}
| HTTP | Description |
|---|---|
| 200 | Configuration removed |
| 401 | Invalid credentials |
| 403 | IP not allowlisted |
| 404 | Configuration not found |
| 500 | Internal error |
Was this page helpful?