Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The ID of the webhook handler to remove
Response
OK
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.
The ID of the webhook handler to remove
OK