curl --request DELETE \
--url https://qa-api.sbx.solidfi.com/v1/webhook/{webhookId} \
--header 'Content-Type: application/json' \
--data '""'
{
"id": "wbh-218353b5-f068-4399-873b-27e9a87c171b",
"status": "deleted"
}
Delete a Webhook
curl --request DELETE \
--url https://qa-api.sbx.solidfi.com/v1/webhook/{webhookId} \
--header 'Content-Type: application/json' \
--data '""'
{
"id": "wbh-218353b5-f068-4399-873b-27e9a87c171b",
"status": "deleted"
}
The body is of type any
.
Delete a Webhook
The response is of type object
.