curl --request POST \
--url https://api.skulabs.com/webhook/remove_handler \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"_id": "<string>"
}
'{}Removes a webhook handler
curl --request POST \
--url https://api.skulabs.com/webhook/remove_handler \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"_id": "<string>"
}
'{}