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>"
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK