curl --request POST \
--url https://api.skulabs.com/webhook/remove_handler \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"_id": "507f1f77bcf86cd799439011"
}
'{
"success": true
}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": "507f1f77bcf86cd799439011"
}
'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Webhook handler ID to remove
"507f1f77bcf86cd799439011"
Webhook handler removed
Whether the operation succeeded