400 Bad Request: Returned when request parameters are incorrect or invalid.401 Unauthorized: Returned when authentication credentials are missing or invalid.
{ "error": { "code": "authentication_failed", "message": "No such token" }}
403 Forbidden: Returned when the user lacks permission to perform this action.404 Not Found: Returned when the specified webhook does not exist.