DELETE
/
v1
/
webhook
/
{webhookId}
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"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

webhookId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Delete a Webhook
id
string
Example:

"wbh-218353b5-f068-4399-873b-27e9a87c171b"

status
string
Example:

"deleted"