curl --request DELETE \
--url https://api.simmer.markets/api/sdk/webhooks/{webhook_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Delete a webhook subscription.
curl --request DELETE \
--url https://api.simmer.markets/api/sdk/webhooks/{webhook_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response